Click or drag to resize

GraphBiasAdd Method

http://www.emgu.com
BiasAdd

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation BiasAdd(
	Output value,
	Output bias,
	string data_format = null,
	string opName = "BiasAdd"
)

Parameters

value
Type: Emgu.TFOutput
Input to the operation.
bias
Type: Emgu.TFOutput
Input to the operation.
data_format (Optional)
Type: SystemString
data format
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also