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/unified/device.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
af_err af_get_active_backend(af_backend *result) {
44
*result = arrayfire::unified::getActiveBackend();
45
return AF_SUCCESS;
46
}
47
48
af_err af_info() { CALL_NO_PARAMS(af_info); }
49
Callers
13
afcl_get_device_type
Function · 0.70
afcl_get_platform
Function · 0.70
afcl_get_context
Function · 0.70
afcl_get_queue
Function · 0.70
afcl_get_device_id
Function · 0.70
afcl_set_device_id
Function · 0.70
afcl_add_device_context
Function · 0.70
afcl_set_device_context
Function · 0.70
afcl_delete_device_context
Function · 0.70
afcu_get_stream
Function · 0.70
afcu_get_native_id
Function · 0.70
afcu_set_native_id
Function · 0.70
Calls
1
getActiveBackend
Function · 0.85
Tested by
no test coverage detected