Class CollectiveGather.Options
java.lang.Object
org.tensorflow.op.collective.CollectiveGather.Options
- Enclosing class:
CollectiveGather<T extends TNumber>
Optional attributes for
CollectiveGather-
Method Summary
Modifier and TypeMethodDescriptioncommunicationHint(String communicationHint) Sets the communicationHint option.isStateless(Boolean isStateless) Sets the isStateless option.NorderingToken(Long NorderingToken) Sets the NorderingToken option.timeoutSeconds(Float timeoutSeconds) Sets the timeoutSeconds option.
-
Method Details
-
communicationHint
Sets the communicationHint option.- Parameters:
communicationHint- the communicationHint option- Returns:
- this Options instance.
-
timeoutSeconds
Sets the timeoutSeconds option.- Parameters:
timeoutSeconds- the timeoutSeconds option- Returns:
- this Options instance.
-
isStateless
Sets the isStateless option.- Parameters:
isStateless- the isStateless option- Returns:
- this Options instance.
-
NorderingToken
Sets the NorderingToken option.- Parameters:
NorderingToken- the NorderingToken option- Returns:
- this Options instance.
-