public static class SparseApplyCenteredRmsProp.Options
extends java.lang.Object
SparseApplyCenteredRmsProp| Modifier and Type | Method | Description |
|---|---|---|
SparseApplyCenteredRmsProp.Options |
useLocking(java.lang.Boolean useLocking) |
public SparseApplyCenteredRmsProp.Options useLocking(java.lang.Boolean useLocking)
useLocking - If `True`, updating of the var, mg, ms, and mom tensors is
protected by a lock; otherwise the behavior is undefined, but may exhibit less
contention.