Click or drag to resize

GraphQuantizedMul Method

http://www.emgu.com
QuantizedMul

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.QuantizedMul(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also