Class Dequantize.Options
java.lang.Object
org.tensorflow.op.quantization.Dequantize.Options
- Enclosing class:
Dequantize<U extends TNumber>
Optional attributes for
Dequantize-
Method Summary
Modifier and TypeMethodDescriptionSets the axis option.Sets the mode option.narrowRange(Boolean narrowRange) Sets the narrowRange option.
-
Method Details
-
mode
Sets the mode option.- Parameters:
mode- the mode option- Returns:
- this Options instance.
-
narrowRange
Sets the narrowRange option.- Parameters:
narrowRange- the narrowRange option- Returns:
- this Options instance.
-
axis
Sets the axis option.- Parameters:
axis- the axis option- Returns:
- this Options instance.
-