Click or drag to resize

GraphSparseApplyAdadelta Method

http://www.emgu.com
SparseApplyAdadelta

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation SparseApplyAdadelta(
	Output var,
	Output accum,
	Output accum_update,
	Output lr,
	Output rho,
	Output epsilon,
	Output grad,
	Output indices,
	bool use_locking = false,
	string opName = "SparseApplyAdadelta"
)

Parameters

var
Type: Emgu.TFOutput
Input to the operation.
accum
Type: Emgu.TFOutput
Input to the operation.
accum_update
Type: Emgu.TFOutput
Input to the operation.
lr
Type: Emgu.TFOutput
Input to the operation.
rho
Type: Emgu.TFOutput
Input to the operation.
epsilon
Type: Emgu.TFOutput
Input to the operation.
grad
Type: Emgu.TFOutput
Input to the operation.
indices
Type: Emgu.TFOutput
Input to the operation.
use_locking (Optional)
Type: SystemBoolean
use locking
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also