| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.quantization |
| Modifier and Type | Method and Description |
|---|---|
FakeQuantWithMinMaxVarsPerChannel |
QuantizationOps.fakeQuantWithMinMaxVarsPerChannel(Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannel.Options... options)
Builds an
FakeQuantWithMinMaxVarsPerChannel operation |
| Modifier and Type | Method and Description |
|---|---|
static FakeQuantWithMinMaxVarsPerChannel.Options |
FakeQuantWithMinMaxVarsPerChannel.narrowRange(Boolean narrowRange) |
FakeQuantWithMinMaxVarsPerChannel.Options |
FakeQuantWithMinMaxVarsPerChannel.Options.narrowRange(Boolean narrowRange) |
static FakeQuantWithMinMaxVarsPerChannel.Options |
FakeQuantWithMinMaxVarsPerChannel.numBits(Long numBits) |
FakeQuantWithMinMaxVarsPerChannel.Options |
FakeQuantWithMinMaxVarsPerChannel.Options.numBits(Long numBits) |
| Modifier and Type | Method and Description |
|---|---|
static FakeQuantWithMinMaxVarsPerChannel |
FakeQuantWithMinMaxVarsPerChannel.create(Scope scope,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannel.Options... options)
Factory method to create a class wrapping a new FakeQuantWithMinMaxVarsPerChannel operation.
|
Copyright © 2015–2019. All rights reserved.