Click or drag to resize

GraphQuantizeAndDequantize Method

http://www.emgu.com
QuantizeAndDequantize

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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

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

See Also