Searched defs:RendezvousKey (Results 1 – 2 of 2) sorted by relevance
75 struct RendezvousKey { struct81 explicit RendezvousKey(const RunId& run_id, in RendezvousKey() argument92 friend H AbslHashValue(H h, const RendezvousKey& k) { in AbslHashValue() argument109 "RendezvousKey{run_id=%s, global_devices=[%s], " in ToString() argument115 RunId run_id;116 std::vector<GlobalDeviceId> global_devices;117 int num_local_participants;118 CollectiveOpKind collective_op_kind;142 ParticipantData(const RendezvousKey& rendezvous_key, int64 device_ordinal, in ParticipantData() argument
68 struct RendezvousKey { struct69 RunId run_id;70 int num_participants; // int, not int64, to match BlockingCounter's counter.72 string ToString() const { in ToString()