public static class ApplyProximalGradientDescent.Options extends Object
ApplyProximalGradientDescent| Modifier and Type | Method and Description |
|---|---|
ApplyProximalGradientDescent.Options |
useLocking(Boolean useLocking) |
public ApplyProximalGradientDescent.Options useLocking(Boolean useLocking)
useLocking - If True, the subtraction will be protected by a lock;
otherwise the behavior is undefined, but may exhibit less contention.Copyright © 2015–2019. All rights reserved.