@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Requantize extends Pointer
Output output
* Output output_min: The requested_output_min value is copied into this output.
* Output output_max: The requested_output_max value is copied into this output.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Requantize(Pointer p)
Pointer cast constructor.
|
Requantize(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input input_min,
tensorflow.Input input_max,
tensorflow.Input requested_output_min,
tensorflow.Input requested_output_max,
int out_type) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
operation() |
tensorflow.Requantize |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output_max() |
tensorflow.Requantize |
output_max(tensorflow.Output output_max) |
tensorflow.Output |
output_min() |
tensorflow.Requantize |
output_min(tensorflow.Output output_min) |
tensorflow.Output |
output() |
tensorflow.Requantize |
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 Requantize(Pointer p)
Pointer.Pointer(Pointer).public Requantize(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input input_min, @ByVal tensorflow.Input input_max, @ByVal tensorflow.Input requested_output_min, @ByVal tensorflow.Input requested_output_max, @Cast(value="tensorflow::DataType") int out_type)
@ByRef public tensorflow.Operation operation()
public tensorflow.Requantize operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.Requantize output(tensorflow.Output output)
@ByRef public tensorflow.Output output_min()
public tensorflow.Requantize output_min(tensorflow.Output output_min)
@ByRef public tensorflow.Output output_max()
public tensorflow.Requantize output_max(tensorflow.Output output_max)
Copyright © 2019. All rights reserved.