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