Searched defs:ParticipantData (Results 1 – 1 of 1) sorted by relevance
46 struct ParticipantData { struct48 int64 replica_count;50 int64 element_count;51 int64 device_ordinal;52 int64 generation_counter;58 se::DeviceMemoryBase source_data;59 se::DeviceMemoryBase destination_data;60 se::Stream* stream;62 NcclAllReduceThunk* originator;64 string ToString() const { in ToString()