| 327 | }; |
| 328 | |
| 329 | Result<std::shared_ptr<MemoryManager>> DefaultCPUDeviceMapper(int64_t device_id) { |
| 330 | return default_cpu_memory_manager(); |
| 331 | } |
| 332 | |
| 333 | static std::unique_ptr<DeviceMapperRegistryImpl> CreateDeviceRegistry() { |
| 334 | auto registry = std::make_unique<DeviceMapperRegistryImpl>(); |
nothing calls this directly
no test coverage detected