Click or drag to resize

GraphResourceApplyProximalAdagrad Method

http://www.emgu.com
ResourceApplyProximalAdagrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation ResourceApplyProximalAdagrad(
	Output var,
	Output accum,
	Output lr,
	Output l1,
	Output l2,
	Output grad,
	bool use_locking = false,
	string opName = "ResourceApplyProximalAdagrad"
)

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.
l1
Type: Emgu.TFOutput
Input to the operation.
l2
Type: Emgu.TFOutput
Input to the operation.
grad
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.ResourceApplyProximalAdagrad(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.String)"]

See Also