public static class ResourceApplyGradientDescent.Options
extends java.lang.Object
ResourceApplyGradientDescent| Modifier and Type | Method | Description |
|---|---|---|
ResourceApplyGradientDescent.Options |
useLocking(java.lang.Boolean useLocking) |
public ResourceApplyGradientDescent.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.