Click or drag to resize

GraphResourceApplyAdagrad Method

http://www.emgu.com
ResourceApplyAdagrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation ResourceApplyAdagrad(
	Output var,
	Output accum,
	Output lr,
	Output grad,
	bool use_locking = false,
	bool update_slots = true,
	string opName = "ResourceApplyAdagrad"
)

Parameters

var
Type: Emgu.TFOutput
Input to the operation.
accum
Type: Emgu.TFOutput
Input to the operation.
lr
Type: Emgu.TFOutput
Input to the operation.
grad
Type: Emgu.TFOutput
Input to the operation.
use_locking (Optional)
Type: SystemBoolean
use locking
update_slots (Optional)
Type: SystemBoolean
update slots
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also