@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.DepthwiseConv2dNativeBackpropFilter extends Pointer
data_format. For example, if
data_format is 'NHWC' then input is a 4-D [batch, in_height,
in_width, in_channels] tensor.
* filter_sizes: An integer vector representing the tensor shape of filter,
where filter is a 4-D
[filter_height, filter_width, in_channels, depthwise_multiplier] tensor.
* out_backprop: 4-D with shape based on data_format.
For example, if data_format is 'NHWC' then
out_backprop shape is [batch, out_height, out_width, out_channels].
Gradients w.r.t. the output of the convolution.
* strides: The stride of the sliding window for each dimension of the input
of the convolution.
* padding: The type of padding algorithm to use.
Optional attributes (see Attrs):
* data_format: Specify the data format of the input and output data. With the
default format "NHWC", the data is stored in the order of:
[batch, height, width, channels].
Alternatively, the format could be "NCHW", the data storage order of:
[batch, channels, height, width].
* dilations: 1-D tensor of length 4. 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: 4-D with shape
[filter_height, filter_width, in_channels, out_channels]. Gradient w.r.t.
the filter input of the convolution.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs
Optional attribute setters for DepthwiseConv2dNativeBackpropFilter
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs |
DataFormat(BytePointer x) |
static tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs |
DataFormat(String x) |
static tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs |
Dilations(int... x) |
static tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs |
Dilations(IntBuffer x) |
static tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs |
Dilations(IntPointer x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.DepthwiseConv2dNativeBackpropFilter |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.DepthwiseConv2dNativeBackpropFilter |
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 DepthwiseConv2dNativeBackpropFilter(Pointer p)
Pointer.Pointer(Pointer).public DepthwiseConv2dNativeBackpropFilter(@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 DepthwiseConv2dNativeBackpropFilter(@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 DepthwiseConv2dNativeBackpropFilter(@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 DepthwiseConv2dNativeBackpropFilter(@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 DepthwiseConv2dNativeBackpropFilter(@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 DepthwiseConv2dNativeBackpropFilter(@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 DepthwiseConv2dNativeBackpropFilter(@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.DepthwiseConv2dNativeBackpropFilter.Attrs attrs)
public DepthwiseConv2dNativeBackpropFilter(@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.DepthwiseConv2dNativeBackpropFilter.Attrs attrs)
public DepthwiseConv2dNativeBackpropFilter(@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.DepthwiseConv2dNativeBackpropFilter.Attrs attrs)
public DepthwiseConv2dNativeBackpropFilter(@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.DepthwiseConv2dNativeBackpropFilter.Attrs attrs)
public DepthwiseConv2dNativeBackpropFilter(@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.DepthwiseConv2dNativeBackpropFilter.Attrs attrs)
public DepthwiseConv2dNativeBackpropFilter(@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.DepthwiseConv2dNativeBackpropFilter.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.DepthwiseConv2dNativeBackpropFilter.Attrs DataFormat(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs DataFormat(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs Dilations(@tensorflow.ArraySlice IntPointer x)
@ByVal public static tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs Dilations(@tensorflow.ArraySlice IntBuffer x)
@ByVal public static tensorflow.DepthwiseConv2dNativeBackpropFilter.Attrs Dilations(@tensorflow.ArraySlice int... x)
@ByRef public tensorflow.Operation operation()
public tensorflow.DepthwiseConv2dNativeBackpropFilter operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.DepthwiseConv2dNativeBackpropFilter output(tensorflow.Output output)
Copyright © 2019. All rights reserved.