Class QuantizedMul<V extends TNumber>
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.math.QuantizedMul<V>
- All Implemented Interfaces:
Op
-
Nested Class Summary
Nested Classes -
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 <V extends TNumber>
QuantizedMul<V> create(Scope scope, Operand<? extends TNumber> x, Operand<? extends TNumber> y, Operand<TFloat32> minX, Operand<TFloat32> maxX, Operand<TFloat32> minY, Operand<TFloat32> maxY, Class<V> Toutput) Factory method to create a class wrapping a new QuantizedMul operation.maxZ()Gets maxZ.minZ()Gets minZ.z()Gets z.
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
QuantizedMul
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static <V extends TNumber> QuantizedMul<V> create(Scope scope, Operand<? extends TNumber> x, Operand<? extends TNumber> y, Operand<TFloat32> minX, Operand<TFloat32> maxX, Operand<TFloat32> minY, Operand<TFloat32> maxY, Class<V> Toutput) Factory method to create a class wrapping a new QuantizedMul operation.- Type Parameters:
V- data type forQuantizedMuloutput and operands- Parameters:
scope- current scopex- The x valuey- The y valueminX- The float value that the lowest quantizedxvalue represents.maxX- The float value that the highest quantizedxvalue represents.minY- The float value that the lowest quantizedyvalue represents.maxY- The float value that the highest quantizedyvalue represents.Toutput- The value of the Toutput attribute- Returns:
- a new instance of QuantizedMul
-
z
-
minZ
-
maxZ
-