Click or drag to resize

GraphResourceApplyProximalGradientDescent Method

https://www.emgu.com/wiki/index.php/Emgu_TF
ResourceApplyProximalGradientDescent

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ResourceApplyProximalGradientDescent(
	Output var,
	Output alpha,
	Output l1,
	Output l2,
	Output delta,
	bool use_locking = false,
	string opName = "ResourceApplyProximalGradientDescent"
)

Parameters

var
Type: Emgu.TFOutput
Input to the operation.
alpha
Type: Emgu.TFOutput
Input to the operation.
l1
Type: Emgu.TFOutput
Input to the operation.
l2
Type: Emgu.TFOutput
Input to the operation.
delta
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
The operation.
See Also