Click or drag to resize

GraphRequantizePerChannel Method

http://www.emgu.com
RequantizePerChannel

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation RequantizePerChannel(
	Output input,
	Output input_min,
	Output input_max,
	Output requested_output_min,
	Output requested_output_max,
	Nullable<DataType> out_type = null,
	string opName = "RequantizePerChannel"
)

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.
requested_output_min
Type: Emgu.TFOutput
Input to the operation.
requested_output_max
Type: Emgu.TFOutput
Input to the operation.
out_type (Optional)
Type: SystemNullableDataType
out type
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also