@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.RequantizationRange extends Pointer
Output output_min: The computed min output.
* Output output_max: the computed max output.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
RequantizationRange(Pointer p)
Pointer cast constructor.
|
RequantizationRange(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input input_min,
tensorflow.Input input_max) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
operation() |
tensorflow.RequantizationRange |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output_max() |
tensorflow.RequantizationRange |
output_max(tensorflow.Output output_max) |
tensorflow.Output |
output_min() |
tensorflow.RequantizationRange |
output_min(tensorflow.Output output_min) |
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 RequantizationRange(Pointer p)
Pointer.Pointer(Pointer).public RequantizationRange(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input input_min, @ByVal tensorflow.Input input_max)
@ByRef public tensorflow.Operation operation()
public tensorflow.RequantizationRange operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output_min()
public tensorflow.RequantizationRange output_min(tensorflow.Output output_min)
@ByRef public tensorflow.Output output_max()
public tensorflow.RequantizationRange output_max(tensorflow.Output output_max)
Copyright © 2019. All rights reserved.