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