ApplyGradientDescent.Options

public static class ApplyGradientDescent.Options

Optional attributes for ApplyGradientDescent

Public Methods

ApplyGradientDescent.Options
useLocking(Boolean useLocking)

Inherited Methods

Public Methods

public ApplyGradientDescent.Options useLocking (Boolean useLocking)

Parameters
useLocking If `True`, the subtraction will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention.