public static class SparseApplyProximalGradientDescent.Options
extends java.lang.Object
SparseApplyProximalGradientDescent| Modifier and Type | Method | Description |
|---|---|---|
SparseApplyProximalGradientDescent.Options |
useLocking(java.lang.Boolean useLocking) |
public SparseApplyProximalGradientDescent.Options useLocking(java.lang.Boolean useLocking)
useLocking - If True, the subtraction will be protected by a lock;
otherwise the behavior is undefined, but may exhibit less contention.