Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getBackend
Function
getBackend
src/backend/cpu/platform.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
int getBackend() { return AF_BACKEND_CPU; }
51
52
string getDeviceInfo() noexcept {
53
const CPUInfo cinfo = DeviceManager::getInstance().getCPUInfo();
Callers
4
setId
Method · 0.50
af_set_backend
Function · 0.50
af_get_available_backends
Function · 0.50
af_get_active_backend
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected