Click or drag to resize

GraphQuantizedBiasAdd Method

http://www.emgu.com
QuantizedBiasAdd

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation QuantizedBiasAdd(
	Output input,
	Output bias,
	Output min_input,
	Output max_input,
	Output min_bias,
	Output max_bias,
	DataType out_type,
	string opName = "QuantizedBiasAdd"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
bias
Type: Emgu.TFOutput
Input to the operation.
min_input
Type: Emgu.TFOutput
Input to the operation.
max_input
Type: Emgu.TFOutput
Input to the operation.
min_bias
Type: Emgu.TFOutput
Input to the operation.
max_bias
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.QuantizedBiasAdd(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType,System.String)"]

See Also