Click or drag to resize

GraphDequantize Method

http://www.emgu.com
Dequantize

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

[Missing <returns> documentation for "M:Emgu.TF.Graph.Dequantize(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.Boolean,System.Int64,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also