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