Click or drag to resize

GraphDequantize Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation Dequantize(
	Output input,
	Output min_range,
	Output max_range,
	string mode = null,
	bool narrow_range = false,
	long axis = -1,
	Nullable<DataType> dtype = null,
	string opName = "Dequantize"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
min_range
Type: Emgu.TFOutput
Input to the operation.
max_range
Type: Emgu.TFOutput
Input to the operation.
mode (Optional)
Type: SystemString
mode
narrow_range (Optional)
Type: SystemBoolean
narrow range
axis (Optional)
Type: SystemInt64
axis
dtype (Optional)
Type: SystemNullableDataType
dtype
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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