Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcollective_ops_utils.h150 struct RendezvousKey { struct
156 explicit RendezvousKey(const RunId& run_id, in RendezvousKey() argument
167 friend H AbslHashValue(H h, const RendezvousKey& k) { in AbslHashValue() argument
193 "RendezvousKey{run_id=%s, global_devices=[%s], " in ToString() argument
199 RunId run_id;
200 std::vector<GlobalDeviceId> global_devices;
201 int num_local_participants;
202 CollectiveOpKind collective_op_kind;
226 explicit ParticipantData(const RendezvousKey& rendezvous_key) in ParticipantData() argument