Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc137 struct CollectivePermuteParticipantData : xla::ParticipantData { struct
138 CollectivePermuteParticipantData(const xla::RendezvousKey& rendezvous_key_p, in CollectivePermuteParticipantData() argument
381 : public xla::Rendezvous<CollectivePermuteParticipantData, std::nullptr_t> {
384 : xla::Rendezvous<CollectivePermuteParticipantData, std::nullptr_t>(k) {} in CpuCollectivePermuteRendezvous()
388 const CollectivePermuteParticipantData& /*participant*/) override { in RunCollectiveOp() argument
745 CollectivePermuteParticipantData participant(rendezvous_key, device_ordinal, in __xla_cpu_runtime_CollectivePermute()