Click or drag to resize

GraphCholeskyGrad Method

http://www.emgu.com
CholeskyGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation CholeskyGrad(
	Output l,
	Output grad,
	string opName = "CholeskyGrad"
)

Parameters

l
Type: Emgu.TFOutput
Input to the operation.
grad
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also