Class ApplyAdagradDa.Options
java.lang.Object
org.tensorflow.op.train.ApplyAdagradDa.Options
- Enclosing class:
ApplyAdagradDa<T extends TType>
Optional attributes for
ApplyAdagradDa-
Method Summary
-
Method Details
-
useLocking
Sets the useLocking option.- Parameters:
useLocking- If True, updating of the var and accum tensors will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention.- Returns:
- this Options instance.
-