| 33 | namespace { |
| 34 | |
| 35 | int64_t GetDeviceCount(DeviceType device_type) { |
| 36 | return Singleton<ep::DeviceManagerRegistry>::Get()->GetDeviceCount(device_type); |
| 37 | } |
| 38 | |
| 39 | using MachineId2DeviceIdList = |
| 40 | std::shared_ptr<HashMap<int64_t, std::shared_ptr<std::vector<int64_t>>>>; |
no test coverage detected