Click or drag to resize

GraphQuantizeV2 Method

http://www.emgu.com
QuantizeV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation QuantizeV2(
	Output input,
	Output min_range,
	Output max_range,
	DataType T,
	string mode = null,
	string round_mode = null,
	string opName = "QuantizeV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
min_range
Type: Emgu.TFOutput
Input to the operation.
max_range
Type: Emgu.TFOutput
Input to the operation.
T
Type: Emgu.TFDataType
T
mode (Optional)
Type: SystemString
mode
round_mode (Optional)
Type: SystemString
round mode
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also