Click or drag to resize

GraphRequantizationRangePerChannel Method

http://www.emgu.com
RequantizationRangePerChannel

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation RequantizationRangePerChannel(
	Output input,
	Output input_min,
	Output input_max,
	float clip_value_max,
	string opName = "RequantizationRangePerChannel"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
input_min
Type: Emgu.TFOutput
Input to the operation.
input_max
Type: Emgu.TFOutput
Input to the operation.
clip_value_max
Type: SystemSingle
clip value max
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also