Click or drag to resize

GraphQuantizeV2 Method

http://www.emgu.com
QuantizeV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation QuantizeV2(
	Output input,
	Output min_range,
	Output max_range,
	DataType T,
	string mode = null,
	string round_mode = null,
	bool narrow_range = false,
	long axis = -1,
	float ensure_minimum_range = 0.01f,
	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
narrow_range (Optional)
Type: SystemBoolean
narrow range
axis (Optional)
Type: SystemInt64
axis
ensure_minimum_range (Optional)
Type: SystemSingle
ensure minimum range
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.Boolean,System.Int64,System.Single,System.String)"]

See Also