@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.QuantizedReshape extends Pointer
{@code
Arguments:
* scope: A Scope object
* shape: Defines the shape of the output tensor.
* input_min: The minimum value of the input.
* input_max: The maximum value of the input.
Returns:
* `Output` output
* `Output` output_min: This value is copied from input_min.
* `Output` output_max: This value is copied from input_max.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
QuantizedReshape(Pointer p)
Pointer cast constructor.
|
QuantizedReshape(tensorflow.Scope scope,
tensorflow.Input tensor,
tensorflow.Input shape,
tensorflow.Input input_min,
tensorflow.Input input_max) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
operation() |
tensorflow.QuantizedReshape |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output_max() |
tensorflow.QuantizedReshape |
output_max(tensorflow.Output output_max) |
tensorflow.Output |
output_min() |
tensorflow.QuantizedReshape |
output_min(tensorflow.Output output_min) |
tensorflow.Output |
output() |
tensorflow.QuantizedReshape |
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 QuantizedReshape(Pointer p)
Pointer.Pointer(Pointer).public QuantizedReshape(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input tensor, @ByVal tensorflow.Input shape, @ByVal tensorflow.Input input_min, @ByVal tensorflow.Input input_max)
@ByRef public tensorflow.Operation operation()
public tensorflow.QuantizedReshape operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.QuantizedReshape output(tensorflow.Output output)
@ByRef public tensorflow.Output output_min()
public tensorflow.QuantizedReshape output_min(tensorflow.Output output_min)
@ByRef public tensorflow.Output output_max()
public tensorflow.QuantizedReshape output_max(tensorflow.Output output_max)
Copyright © 2019. All rights reserved.