public final class RequantizationRangePerChannel extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static <T> RequantizationRangePerChannel |
create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Float clipValueMax)
Factory method to create a class wrapping a new RequantizationRangePerChannel operation.
|
Output<Float> |
outputMax()
The maximum value of the final output tensor.
|
Output<Float> |
outputMin()
The minimum value of the final output tensor
|
equals, hashCode, op, toStringpublic static <T> RequantizationRangePerChannel create(Scope scope, Operand<T> input, Operand<Float> inputMin, Operand<Float> inputMax, Float clipValueMax)
scope - current scopeinput - The original input tensor.inputMin - The minimum value of the input tensorinputMax - The maximum value of the input tensor.clipValueMax - The maximum value of the output that needs to be clipped.
Example: set this to 6 for Relu6.Copyright © 2015–2019. All rights reserved.