Home
last modified time | relevance | path

Searched refs:participant_buffer (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc506 auto& participant_buffer = p.buffers[buffer_idx]; in DoAllReduce() local
508 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()