GraphResourceSparseApplyAdadelta Method |
Namespace: Emgu.TF
public Operation ResourceSparseApplyAdadelta( Output var, Output accum, Output accum_update, Output lr, Output rho, Output epsilon, Output grad, Output indices, bool use_locking = false, string opName = "ResourceSparseApplyAdadelta" )
Public Function ResourceSparseApplyAdadelta ( 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 = "ResourceSparseApplyAdadelta" ) As Operation
public: Operation^ ResourceSparseApplyAdadelta( Output^ var, Output^ accum, Output^ accum_update, Output^ lr, Output^ rho, Output^ epsilon, Output^ grad, Output^ indices, bool use_locking = false, String^ opName = L"ResourceSparseApplyAdadelta" )
member ResourceSparseApplyAdadelta : 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 "ResourceSparseApplyAdadelta" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,