| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
FakeQuantWithMinMaxVarsPerChannel |
Ops.fakeQuantWithMinMaxVarsPerChannel(Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannel.Options... options)
Adds an
FakeQuantWithMinMaxVarsPerChannel operation to the graph |
| 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 to wrap a new FakeQuantWithMinMaxVarsPerChannel operation to the graph.
|
Copyright © 2015–2019. All rights reserved.