Class QuantizedMatMulWithBiasAndRelu.Options
java.lang.Object
org.tensorflow.op.linalg.QuantizedMatMulWithBiasAndRelu.Options
- Enclosing class:
QuantizedMatMulWithBiasAndRelu<V extends TNumber>
Optional attributes for
QuantizedMatMulWithBiasAndRelu-
Method Summary
Modifier and TypeMethodDescriptioninputQuantMode(String inputQuantMode) Sets the inputQuantMode option.transposeA(Boolean transposeA) Sets the transposeA option.transposeB(Boolean transposeB) Sets the transposeB option.
-
Method Details
-
transposeA
Sets the transposeA option.- Parameters:
transposeA- If true,ais transposed before multiplication.- Returns:
- this Options instance.
-
transposeB
Sets the transposeB option.- Parameters:
transposeB- If true,bis transposed before multiplication.- Returns:
- this Options instance.
-
inputQuantMode
Sets the inputQuantMode option.- Parameters:
inputQuantMode- Input data quantization mode. Either MIN_FIRST(default) or SCALED.- Returns:
- this Options instance.
-