Click or drag to resize

GraphQuantizeAndDequantizeV2 Method

http://www.emgu.com
QuantizeAndDequantizeV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation QuantizeAndDequantizeV2(
	Output input,
	Output input_min,
	Output input_max,
	bool signed_input = true,
	long num_bits = 8,
	bool range_given = false,
	string round_mode = null,
	string opName = "QuantizeAndDequantizeV2"
)

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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.QuantizeAndDequantizeV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.Int64,System.Boolean,System.String,System.String)"]

See Also