Click or drag to resize

GraphQuantizeAndDequantizeV4 Method

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

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

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.
signed_input (Optional)
Type: SystemBoolean
signed input
num_bits (Optional)
Type: SystemInt64
num bits
range_given (Optional)
Type: SystemBoolean
range given
round_mode (Optional)
Type: SystemString
round mode
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