Click or drag to resize

GraphQuantizeDownAndShrinkRange Method

http://www.emgu.com
QuantizeDownAndShrinkRange

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation QuantizeDownAndShrinkRange(
	Output input,
	Output input_min,
	Output input_max,
	DataType out_type,
	string opName = "QuantizeDownAndShrinkRange"
)

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.
out_type
Type: Emgu.TFDataType
out type
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also