@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Dilation2DBackpropInput extends Pointer
[batch, in_height, in_width, depth].
* filter: 3-D with shape [filter_height, filter_width, depth].
* out_backprop: 4-D with shape [batch, out_height, out_width, depth].
* strides: 1-D of length 4. The stride of the sliding window for each dimension of
the input tensor. Must be: [1, stride_height, stride_width, 1].
* rates: 1-D of length 4. The input stride for atrous morphological dilation.
Must be: [1, rate_height, rate_width, 1].
* padding: The type of padding algorithm to use.
Returns:
* Output: 4-D with shape [batch, in_height, in_width, depth].Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Output |
in_backprop() |
tensorflow.Dilation2DBackpropInput |
in_backprop(tensorflow.Output in_backprop) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.Dilation2DBackpropInput |
operation(tensorflow.Operation operation) |
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 Dilation2DBackpropInput(Pointer p)
Pointer.Pointer(Pointer).public Dilation2DBackpropInput(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntPointer strides, @tensorflow.ArraySlice IntPointer rates, @tensorflow.StringPiece BytePointer padding)
public Dilation2DBackpropInput(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.ArraySlice IntBuffer rates, @tensorflow.StringPiece String padding)
public Dilation2DBackpropInput(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice int[] strides, @tensorflow.ArraySlice int[] rates, @tensorflow.StringPiece BytePointer padding)
public Dilation2DBackpropInput(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntPointer strides, @tensorflow.ArraySlice IntPointer rates, @tensorflow.StringPiece String padding)
public Dilation2DBackpropInput(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.ArraySlice IntBuffer rates, @tensorflow.StringPiece BytePointer padding)
public Dilation2DBackpropInput(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input filter, @ByVal tensorflow.Input out_backprop, @tensorflow.ArraySlice int[] strides, @tensorflow.ArraySlice int[] rates, @tensorflow.StringPiece String padding)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.Dilation2DBackpropInput operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output in_backprop()
public tensorflow.Dilation2DBackpropInput in_backprop(tensorflow.Output in_backprop)
Copyright © 2019. All rights reserved.