Click or drag to resize

GraphLeakyReluGrad Method

http://www.emgu.com
LeakyReluGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation LeakyReluGrad(
	Output gradients,
	Output features,
	float alpha = 0.2f,
	string opName = "LeakyReluGrad"
)

Parameters

gradients
Type: Emgu.TFOutput
Input to the operation.
features
Type: Emgu.TFOutput
Input to the operation.
alpha (Optional)
Type: SystemSingle
alpha
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also