Searched defs:RendezvousKey (Results 1 – 1 of 1) sorted by relevance
150 struct RendezvousKey { struct156 explicit RendezvousKey(const RunId& run_id, in RendezvousKey() argument167 friend H AbslHashValue(H h, const RendezvousKey& k) { in AbslHashValue() argument193 "RendezvousKey{run_id=%s, global_devices=[%s], " in ToString() argument199 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