GraphResourceApplyAdamWithAmsgrad Method |
Namespace: Emgu.TF
public Operation ResourceApplyAdamWithAmsgrad( Output var, Output m, Output v, Output vhat, Output beta1_power, Output beta2_power, Output lr, Output beta1, Output beta2, Output epsilon, Output grad, bool use_locking = false, string opName = "ResourceApplyAdamWithAmsgrad" )
Public Function ResourceApplyAdamWithAmsgrad ( var As Output, m As Output, v As Output, vhat As Output, beta1_power As Output, beta2_power As Output, lr As Output, beta1 As Output, beta2 As Output, epsilon As Output, grad As Output, Optional use_locking As Boolean = false, Optional opName As String = "ResourceApplyAdamWithAmsgrad" ) As Operation
public: Operation^ ResourceApplyAdamWithAmsgrad( Output^ var, Output^ m, Output^ v, Output^ vhat, Output^ beta1_power, Output^ beta2_power, Output^ lr, Output^ beta1, Output^ beta2, Output^ epsilon, Output^ grad, bool use_locking = false, String^ opName = L"ResourceApplyAdamWithAmsgrad" )
member ResourceApplyAdamWithAmsgrad : var : Output * m : Output * v : Output * vhat : Output * beta1_power : Output * beta2_power : Output * lr : Output * beta1 : Output * beta2 : Output * epsilon : Output * grad : Output * ?use_locking : bool * ?opName : string (* Defaults: let _use_locking = defaultArg use_locking false let _opName = defaultArg opName "ResourceApplyAdamWithAmsgrad" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,