Class QuantizedMatMulWithBiasAndRequantize<W extends TNumber>
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.quantization.QuantizedMatMulWithBiasAndRequantize<W>
- All Implemented Interfaces:
Op
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classOptional attributes forQuantizedMatMulWithBiasAndRequantize -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <W extends TNumber>
QuantizedMatMulWithBiasAndRequantize<W> create(Scope scope, Operand<? extends TNumber> a, Operand<? extends TNumber> b, Operand<? extends TNumber> bias, Operand<TFloat32> minA, Operand<TFloat32> maxA, Operand<TFloat32> minB, Operand<TFloat32> maxB, Operand<TFloat32> minFreezedOutput, Operand<TFloat32> maxFreezedOutput, Class<W> Toutput, QuantizedMatMulWithBiasAndRequantize.Options... options) Factory method to create a class wrapping a new QuantizedMatMulWithBiasAndRequantize operation.inputQuantMode(String inputQuantMode) Sets the inputQuantMode option.maxOut()Gets maxOut.minOut()Gets minOut.out()Gets out.transposeA(Boolean transposeA) Sets the transposeA option.transposeB(Boolean transposeB) Sets the transposeB option.
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
QuantizedMatMulWithBiasAndRequantize
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static <W extends TNumber> QuantizedMatMulWithBiasAndRequantize<W> create(Scope scope, Operand<? extends TNumber> a, Operand<? extends TNumber> b, Operand<? extends TNumber> bias, Operand<TFloat32> minA, Operand<TFloat32> maxA, Operand<TFloat32> minB, Operand<TFloat32> maxB, Operand<TFloat32> minFreezedOutput, Operand<TFloat32> maxFreezedOutput, Class<W> Toutput, QuantizedMatMulWithBiasAndRequantize.Options... options) Factory method to create a class wrapping a new QuantizedMatMulWithBiasAndRequantize operation.- Type Parameters:
W- data type forQuantizedMatMulWithBiasAndRequantizeoutput and operands- Parameters:
scope- current scopea- The a valueb- The b valuebias- The bias valueminA- The minA valuemaxA- The maxA valueminB- The minB valuemaxB- The maxB valueminFreezedOutput- The minFreezedOutput valuemaxFreezedOutput- The maxFreezedOutput valueToutput- The value of the Toutput attributeoptions- carries optional attribute values- Returns:
- a new instance of QuantizedMatMulWithBiasAndRequantize
-
transposeA
Sets the transposeA option.- Parameters:
transposeA- the transposeA option- Returns:
- this Options instance.
-
transposeB
Sets the transposeB option.- Parameters:
transposeB- the transposeB option- Returns:
- this Options instance.
-
inputQuantMode
Sets the inputQuantMode option.- Parameters:
inputQuantMode- the inputQuantMode option- Returns:
- this Options instance.
-
out
-
minOut
-
maxOut
-