public static    class
      ApplyAdadelta.Options
Optional attributes for ApplyAdadelta
Public Methods
| ApplyAdadelta.Options | 
useLocking(Boolean useLocking)
                
               | 
Inherited Methods
Public Methods
public ApplyAdadelta.Options useLocking (Boolean useLocking)
Parameters
| useLocking | If True, updating of the var, accum and update_accum tensors will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention. | 
|---|