T - data type for output() output@Operator public final class QuantizedReshape<T> extends PrimitiveOp
```
operation| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
create(Scope scope,
Operand<T> tensor,
Operand<U> shape,
Operand<Float> inputMin,
Operand<Float> inputMax)
Factory method to create a class to wrap a new QuantizedReshape operation to the graph.
|
Output<T> |
output() |
Output<Float> |
outputMax()
This value is copied from input_max.
|
Output<Float> |
outputMin()
This value is copied from input_min.
|
equals, hashCode, toStringpublic static <T,U extends Number> QuantizedReshape<T> create(Scope scope, Operand<T> tensor, Operand<U> shape, Operand<Float> inputMin, Operand<Float> inputMax)
scope - current graph scopetensor - shape - Defines the shape of the output tensor.inputMin - The minimum value of the input.inputMax - The maximum value of the input.Copyright © 2015–2019. All rights reserved.