@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.MaxPoolGradGrad extends Pointer
max_pool.
* ksize: The size of the window for each dimension of the input tensor.
* strides: The stride of the sliding window for each dimension of the
input tensor.
* 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, in_height, in_width, in_channels].
Alternatively, the format could be "NCHW", the data storage order of:
[batch, in_channels, in_height, in_width].
Returns:
* Output: Gradients of gradients w.r.t. the input to max_pool.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.MaxPoolGradGrad.Attrs
Optional attribute setters for MaxPoolGradGrad
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.MaxPoolGradGrad.Attrs |
DataFormat(BytePointer x) |
static tensorflow.MaxPoolGradGrad.Attrs |
DataFormat(String x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.MaxPoolGradGrad |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.MaxPoolGradGrad |
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 MaxPoolGradGrad(Pointer p)
Pointer.Pointer(Pointer).public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece BytePointer padding)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece String padding)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece BytePointer padding)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece String padding)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece BytePointer padding)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece String padding)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.MaxPoolGradGrad.Attrs attrs)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.MaxPoolGradGrad.Attrs attrs)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.MaxPoolGradGrad.Attrs attrs)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.MaxPoolGradGrad.Attrs attrs)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.MaxPoolGradGrad.Attrs attrs)
public MaxPoolGradGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input orig_input, @ByVal tensorflow.Input orig_output, @ByVal tensorflow.Input grad, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.MaxPoolGradGrad.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.MaxPoolGradGrad.Attrs DataFormat(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.MaxPoolGradGrad.Attrs DataFormat(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.MaxPoolGradGrad operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.MaxPoolGradGrad output(tensorflow.Output output)
Copyright © 2019. All rights reserved.