| 38 | namespace { |
| 39 | |
| 40 | int64_t GetDeviceCount(const std::string& device_name) { |
| 41 | return Singleton<ep::DeviceManagerRegistry>::Get()->GetDeviceCount(device_name); |
| 42 | } |
| 43 | |
| 44 | struct PlacementSymbolExportUtil { |
| 45 | static Maybe<void> CheckDeviceTag(const std::string& type) { |
no test coverage detected