Click or drag to resize

GraphResourceApplyFtrl Method

http://www.emgu.com
ResourceApplyFtrl

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

Parameters

var
Type: Emgu.TFOutput
Input to the operation.
accum
Type: Emgu.TFOutput
Input to the operation.
linear
Type: Emgu.TFOutput
Input to the operation.
grad
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.
lr_power
Type: Emgu.TFOutput
Input to the operation.
use_locking (Optional)
Type: SystemBoolean
use locking
multiply_linear_by_lr (Optional)
Type: SystemBoolean
multiply linear by lr
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.ResourceApplyFtrl(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.Boolean,System.String)"]

See Also