Click or drag to resize

GraphQuantizedMatMul Method

http://www.emgu.com
QuantizedMatMul

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation QuantizedMatMul(
	Output a,
	Output b,
	Output min_a,
	Output max_a,
	Output min_b,
	Output max_b,
	Nullable<DataType> Toutput = null,
	bool transpose_a = false,
	bool transpose_b = false,
	Nullable<DataType> Tactivation = null,
	string opName = "QuantizedMatMul"
)

Parameters

a
Type: Emgu.TFOutput
Input to the operation.
b
Type: Emgu.TFOutput
Input to the operation.
min_a
Type: Emgu.TFOutput
Input to the operation.
max_a
Type: Emgu.TFOutput
Input to the operation.
min_b
Type: Emgu.TFOutput
Input to the operation.
max_b
Type: Emgu.TFOutput
Input to the operation.
Toutput (Optional)
Type: SystemNullableDataType
Toutput
transpose_a (Optional)
Type: SystemBoolean
transpose a
transpose_b (Optional)
Type: SystemBoolean
transpose b
Tactivation (Optional)
Type: SystemNullableDataType
Tactivation
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also