Class ApplyAdagradDa.Options

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

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

    • useLocking

      public ApplyAdagradDa.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.