GraphResourceSparseApplyProximalGradientDescent Method |
Namespace: Emgu.TF
public Operation ResourceSparseApplyProximalGradientDescent( Output var, Output alpha, Output l1, Output l2, Output grad, Output indices, bool use_locking = false, string opName = "ResourceSparseApplyProximalGradientDescent" )
Public Function ResourceSparseApplyProximalGradientDescent ( var As Output, alpha As Output, l1 As Output, l2 As Output, grad As Output, indices As Output, Optional use_locking As Boolean = false, Optional opName As String = "ResourceSparseApplyProximalGradientDescent" ) As Operation
public: Operation^ ResourceSparseApplyProximalGradientDescent( Output^ var, Output^ alpha, Output^ l1, Output^ l2, Output^ grad, Output^ indices, bool use_locking = false, String^ opName = L"ResourceSparseApplyProximalGradientDescent" )
member ResourceSparseApplyProximalGradientDescent : var : Output * alpha : Output * l1 : Output * l2 : Output * grad : Output * indices : Output * ?use_locking : bool * ?opName : string (* Defaults: let _use_locking = defaultArg use_locking false let _opName = defaultArg opName "ResourceSparseApplyProximalGradientDescent" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,