Click or drag to resize

GraphQuantizedMul Method

https://www.emgu.com/wiki/index.php/Emgu_TF
QuantizedMul

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation QuantizedMul(
	Output x,
	Output y,
	Output min_x,
	Output max_x,
	Output min_y,
	Output max_y,
	Nullable<DataType> Toutput = null,
	string opName = "QuantizedMul"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
y
Type: Emgu.TFOutput
Input to the operation.
min_x
Type: Emgu.TFOutput
Input to the operation.
max_x
Type: Emgu.TFOutput
Input to the operation.
min_y
Type: Emgu.TFOutput
Input to the operation.
max_y
Type: Emgu.TFOutput
Input to the operation.
Toutput (Optional)
Type: SystemNullableDataType
Toutput
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] z(type: DtInvalid). [1] min_z(type: DtFloat). [2] max_z(type: DtFloat).
See Also