Click or drag to resize

GraphQuantizeAndDequantize Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation QuantizeAndDequantize(
	Output input,
	bool signed_input = true,
	long num_bits = 8,
	bool range_given = false,
	float input_min = 0f,
	float input_max = 0f,
	string opName = "QuantizeAndDequantize"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
signed_input (Optional)
Type: SystemBoolean
signed input
num_bits (Optional)
Type: SystemInt64
num bits
range_given (Optional)
Type: SystemBoolean
range given
input_min (Optional)
Type: SystemSingle
input min
input_max (Optional)
Type: SystemSingle
input max
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also