Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_get_active_backend
Function
af_get_active_backend
src/api/c/device.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
af_err af_get_active_backend(af_backend* result) {
108
*result = static_cast<af_backend>(getBackend());
109
return AF_SUCCESS;
110
}
111
112
af_err af_init() {
113
try {
Callers
4
testFunction
Function · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
getActiveBackend
Function · 0.50
Calls
1
getBackend
Function · 0.50
Tested by
no test coverage detected