Click or drag to resize

GraphQuantizeAndDequantizeV3 Method

http://www.emgu.com
QuantizeAndDequantizeV3

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation QuantizeAndDequantizeV3(
	Output input,
	Output input_min,
	Output input_max,
	Output num_bits,
	bool signed_input = true,
	bool range_given = true,
	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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also