Class ApplyFtrl.Options

java.lang.Object
org.tensorflow.op.train.ApplyFtrl.Options
Enclosing class:
ApplyFtrl<T extends TType>

public static class ApplyFtrl.Options extends Object
Optional attributes for ApplyFtrl
  • Method Details

    • useLocking

      public ApplyFtrl.Options useLocking(Boolean useLocking)
      Sets the useLocking option.
      Parameters:
      useLocking - If True, updating of the var and accum tensors will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention.
      Returns:
      this Options instance.
    • multiplyLinearByLr

      public ApplyFtrl.Options multiplyLinearByLr(Boolean multiplyLinearByLr)
      Sets the multiplyLinearByLr option.
      Parameters:
      multiplyLinearByLr - the multiplyLinearByLr option
      Returns:
      this Options instance.