Class CollectiveGather.Options

java.lang.Object
org.tensorflow.op.collective.CollectiveGather.Options
Enclosing class:
CollectiveGather<T extends TNumber>

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

    • communicationHint

      public CollectiveGather.Options communicationHint(String communicationHint)
      Sets the communicationHint option.
      Parameters:
      communicationHint - the communicationHint option
      Returns:
      this Options instance.
    • timeoutSeconds

      public CollectiveGather.Options timeoutSeconds(Float timeoutSeconds)
      Sets the timeoutSeconds option.
      Parameters:
      timeoutSeconds - the timeoutSeconds option
      Returns:
      this Options instance.
    • isStateless

      public CollectiveGather.Options isStateless(Boolean isStateless)
      Sets the isStateless option.
      Parameters:
      isStateless - the isStateless option
      Returns:
      this Options instance.
    • NorderingToken

      public CollectiveGather.Options NorderingToken(Long NorderingToken)
      Sets the NorderingToken option.
      Parameters:
      NorderingToken - the NorderingToken option
      Returns:
      this Options instance.