Home
last modified time | relevance | path

Searched defs:ParticipantData (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc46 struct ParticipantData { struct
48 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()