| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.quantization |
| Modifier and Type | Method and Description |
|---|---|
<T> RequantizationRange |
QuantizationOps.requantizationRange(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax)
Builds an
RequantizationRange operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> RequantizationRange |
RequantizationRange.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax)
Factory method to create a class wrapping a new RequantizationRange operation.
|
Copyright © 2015–2019. All rights reserved.