Type CollectiveCommunication
Namespace tensorflow.distribute.experimental
Parent PythonObjectContainer
Interfaces ICollectiveCommunication
Communication choices for CollectiveOps. * `AUTO`: Default to runtime's automatic choices.
* `RING`: TensorFlow's ring algorithms for all-reduce and
all-gather.
* `NCCL`: Use ncclAllReduce for all-reduce, and ring algorithms for
all-gather.
Properties
Fields
Public properties
object AUTO_dyn get; set;
object NCCL_dyn get; set;
object PythonObject get;
object RING_dyn get; set;
Public fields
string AUTO
return string
|
string RING
return string
|
string NCCL
return string
|