@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Conv3DBackpropFilterV2 extends Pointer
[batch, depth, rows, cols, in_channels].
* filter_sizes: An integer vector representing the tensor shape of filter,
where filter is a 5-D
[filter_depth, filter_height, filter_width, in_channels, out_channels]
tensor.
* out_backprop: Backprop signal of shape [batch, out_depth, out_rows, out_cols,
out_channels].
* 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].
* dilations: 1-D tensor of length 5. The dilation factor for each dimension of
input. If set to k > 1, there will be k-1 skipped cells between each
filter element on that dimension. The dimension order is determined by the
value of data_format, see above for details. Dilations in the batch and
depth dimensions must be 1.
Returns:
* Output: The output tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.Conv3DBackpropFilterV2.Attrs
Optional attribute setters for Conv3DBackpropFilterV2
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.Conv3DBackpropFilterV2.Attrs |
DataFormat(BytePointer x) |
static tensorflow.Conv3DBackpropFilterV2.Attrs |
DataFormat(String x) |
static tensorflow.Conv3DBackpropFilterV2.Attrs |
Dilations(int... x) |
static tensorflow.Conv3DBackpropFilterV2.Attrs |
Dilations(IntBuffer x) |
static tensorflow.Conv3DBackpropFilterV2.Attrs |
Dilations(IntPointer x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.Conv3DBackpropFilterV2 |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.Conv3DBackpropFilterV2 |
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 Conv3DBackpropFilterV2(Pointer p)
Pointer.Pointer(Pointer).public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece BytePointer padding)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece String padding)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece BytePointer padding)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece String padding)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece BytePointer padding)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece String padding)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.Conv3DBackpropFilterV2.Attrs attrs)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.Conv3DBackpropFilterV2.Attrs attrs)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.Conv3DBackpropFilterV2.Attrs attrs)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.Conv3DBackpropFilterV2.Attrs attrs)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.Conv3DBackpropFilterV2.Attrs attrs)
public Conv3DBackpropFilterV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter_sizes, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.Conv3DBackpropFilterV2.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.Conv3DBackpropFilterV2.Attrs DataFormat(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.Conv3DBackpropFilterV2.Attrs DataFormat(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.Conv3DBackpropFilterV2.Attrs Dilations(@tensorflow.ArraySlice IntPointer x)
@ByVal public static tensorflow.Conv3DBackpropFilterV2.Attrs Dilations(@tensorflow.ArraySlice IntBuffer x)
@ByVal public static tensorflow.Conv3DBackpropFilterV2.Attrs Dilations(@tensorflow.ArraySlice int... x)
@ByRef public tensorflow.Operation operation()
public tensorflow.Conv3DBackpropFilterV2 operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.Conv3DBackpropFilterV2 output(tensorflow.Output output)
Copyright © 2019. All rights reserved.