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