Click or drag to resize

GraphQuantizeAndDequantizeV3 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation QuantizeAndDequantizeV3(
	Output input,
	Output input_min,
	Output input_max,
	Output num_bits,
	bool signed_input = true,
	bool range_given = true,
	bool narrow_range = false,
	long axis = -1,
	string opName = "QuantizeAndDequantizeV3"
)

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.
num_bits
Type: Emgu.TFOutput
Input to the operation.
signed_input (Optional)
Type: SystemBoolean
signed input
range_given (Optional)
Type: SystemBoolean
range given
narrow_range (Optional)
Type: SystemBoolean
narrow range
axis (Optional)
Type: SystemInt64
axis
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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