| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<V,T,U> QuantizedBiasAdd<V> |
Ops.quantizedBiasAdd(Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Adds an
QuantizedBiasAdd operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <V,T,U> QuantizedBiasAdd<V> |
QuantizedBiasAdd.create(Scope scope,
Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Factory method to create a class to wrap a new QuantizedBiasAdd operation to the graph.
|
Copyright © 2015–2019. All rights reserved.