public static class
ResourceApplyAdam.Options
Optional attributes for ResourceApplyAdam
Public Methods
ResourceApplyAdam.Options |
useLocking(Boolean useLocking)
|
ResourceApplyAdam.Options |
useNesterov(Boolean useNesterov)
|
Inherited Methods
Public Methods
public ResourceApplyAdam.Options useLocking (Boolean useLocking)
Parameters
useLocking | If `True`, updating of the var, m, and v tensors will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention. |
---|
public ResourceApplyAdam.Options useNesterov (Boolean useNesterov)
Parameters
useNesterov | If `True`, uses the nesterov update. |
---|