Searched refs:global_devices (Results 1 – 2 of 2) sorted by relevance
82 std::vector<GlobalDeviceId> global_devices, in RendezvousKey()86 global_devices(std::move(global_devices)), in RendezvousKey()93 return H::combine(std::move(h), k.run_id, k.global_devices, in AbslHashValue()98 return a.run_id == b.run_id && a.global_devices == b.global_devices &&111 run_id.ToString(), GlobalDeviceIdsToString(global_devices), in ToString()116 std::vector<GlobalDeviceId> global_devices; member
222 key_(std::move(rendezvous_key.global_devices)), in NcclCliqueRendezvous()