Click or drag to resize

GraphResourceSparseApplyProximalGradientDescent Method

http://www.emgu.com
ResourceSparseApplyProximalGradientDescent

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

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.
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.ResourceSparseApplyProximalGradientDescent(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.String)"]

See Also