Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_get_available_backends
Function
af_get_available_backends
src/api/c/device.cpp:73–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
af_err af_get_available_backends(int* result) {
74
try {
75
*result = getBackend();
76
}
77
CATCHALL;
78
return AF_SUCCESS;
79
}
80
81
af_err af_get_backend_id(af_backend* result, const af_array in) {
82
try {
Callers
1
getAvailableBackends
Function · 0.50
Calls
1
getBackend
Function · 0.50
Tested by
no test coverage detected