Click or drag to resize

GraphRequantizationRangePerChannel Method

https://www.emgu.com/wiki/index.php/Emgu_TF
RequantizationRangePerChannel

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] output_min(type: DtFloat). [1] output_max(type: DtFloat).
See Also