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