@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.QuantizedMaxPool extends Pointer
Output output
* Output min_output: The float value that the lowest quantized output value represents.
* Output max_output: The float value that the highest quantized output value represents.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
max_output() |
tensorflow.QuantizedMaxPool |
max_output(tensorflow.Output max_output) |
tensorflow.Output |
min_output() |
tensorflow.QuantizedMaxPool |
min_output(tensorflow.Output min_output) |
tensorflow.Operation |
operation() |
tensorflow.QuantizedMaxPool |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.QuantizedMaxPool |
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 QuantizedMaxPool(Pointer p)
Pointer.Pointer(Pointer).public QuantizedMaxPool(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input min_input, @ByVal tensorflow.Input max_input, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece BytePointer padding)
public QuantizedMaxPool(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input min_input, @ByVal tensorflow.Input max_input, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece String padding)
public QuantizedMaxPool(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input min_input, @ByVal tensorflow.Input max_input, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece BytePointer padding)
public QuantizedMaxPool(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input min_input, @ByVal tensorflow.Input max_input, @tensorflow.ArraySlice IntPointer ksize, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece String padding)
public QuantizedMaxPool(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input min_input, @ByVal tensorflow.Input max_input, @tensorflow.ArraySlice IntBuffer ksize, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece BytePointer padding)
public QuantizedMaxPool(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input min_input, @ByVal tensorflow.Input max_input, @tensorflow.ArraySlice int[] ksize, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece String padding)
@ByRef public tensorflow.Operation operation()
public tensorflow.QuantizedMaxPool operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.QuantizedMaxPool output(tensorflow.Output output)
@ByRef public tensorflow.Output min_output()
public tensorflow.QuantizedMaxPool min_output(tensorflow.Output min_output)
@ByRef public tensorflow.Output max_output()
public tensorflow.QuantizedMaxPool max_output(tensorflow.Output max_output)
Copyright © 2019. All rights reserved.