Searched refs:participant_buffer (Results 1 – 1 of 1) sorted by relevance
506 auto& participant_buffer = p.buffers[buffer_idx]; in DoAllReduce() local508 static_cast<T*>(participant_buffer.source_data.opaque()), in DoAllReduce()509 participant_buffer.element_count); in DoAllReduce()511 static_cast<T*>(participant_buffer.destination_data.opaque()), in DoAllReduce()512 participant_buffer.element_count); in DoAllReduce()513 CHECK_EQ(participant_buffer.element_count, in DoAllReduce()