Click or drag to resize

GraphQuantizedAdd Method

http://www.emgu.com
QuantizedAdd

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

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.QuantizedAdd(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