Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
354
Result<DeviceMapper> GetDeviceMapper(DeviceAllocationType device_type) {
355
auto registry = GetDeviceRegistry();
356
return registry->GetMapper(device_type);
357
}
358
359
} // namespace arrow
Callers
1
TEST
Function · 0.85
Calls
2
GetDeviceRegistry
Function · 0.85
GetMapper
Method · 0.80
Tested by
1
TEST
Function · 0.68