@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.AvgPool3D extends Pointer
[batch, depth, rows, cols, channels] tensor to pool over.
* ksize: 1-D tensor of length 5. The size of the window for each dimension of
the input tensor. Must have ksize[0] = ksize[4] = 1.
* strides: 1-D tensor of length 5. The stride of the sliding window for each
dimension of input. Must have strides[0] = strides[4] = 1.
* padding: The type of padding algorithm to use.
Optional attributes (see Attrs):
* data_format: The data format of the input and output data. With the
default format "NDHWC", the data is stored in the order of:
[batch, in_depth, in_height, in_width, in_channels].
Alternatively, the format could be "NCDHW", the data storage order is:
[batch, in_channels, in_depth, in_height, in_width].
Returns:
* Output: The average pooled output tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.AvgPool3D.Attrs
Optional attribute setters for AvgPool3D
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.AvgPool3D.Attrs |
DataFormat(BytePointer x) |
static tensorflow.AvgPool3D.Attrs |
DataFormat(String x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.AvgPool3D |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.AvgPool3D |
output(tensorflow.Output output) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AvgPool3D(Pointer p)
Pointer.Pointer(Pointer).public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece BytePointer padding)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece String padding)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece BytePointer padding)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece String padding)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece BytePointer padding)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece String padding)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.AvgPool3D.Attrs attrs)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.AvgPool3D.Attrs attrs)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.AvgPool3D.Attrs attrs)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.AvgPool3D.Attrs attrs)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.AvgPool3D.Attrs attrs)
public AvgPool3D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.AvgPool3D.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.AvgPool3D.Attrs DataFormat(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.AvgPool3D.Attrs DataFormat(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.AvgPool3D operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.AvgPool3D output(tensorflow.Output output)
Copyright © 2019. All rights reserved.