MCPcopy Create free account
hub / github.com/apache/arrow / GetDeviceMapper

Function GetDeviceMapper

cpp/src/arrow/device.cc:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354Result<DeviceMapper> GetDeviceMapper(DeviceAllocationType device_type) {
355 auto registry = GetDeviceRegistry();
356 return registry->GetMapper(device_type);
357}
358
359} // namespace arrow

Callers 1

TESTFunction · 0.85

Calls 2

GetDeviceRegistryFunction · 0.85
GetMapperMethod · 0.80

Tested by 1

TESTFunction · 0.68