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