Click or drag to resize

GraphRequantize Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation Requantize(
	Output input,
	Output input_min,
	Output input_max,
	Output requested_output_min,
	Output requested_output_max,
	DataType out_type,
	string opName = "Requantize"
)

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.
requested_output_min
Type: Emgu.TFOutput
Input to the operation.
requested_output_max
Type: Emgu.TFOutput
Input to the operation.
out_type
Type: Emgu.TFDataType
out type
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid). [1] output_min(type: DtFloat). [2] output_max(type: DtFloat).
See Also