Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_get_backend_count
Function
af_get_backend_count
src/api/c/device.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
af_err af_get_backend_count(unsigned* num_backends) {
69
*num_backends = 1;
70
return AF_SUCCESS;
71
}
72
73
af_err af_get_available_backends(int* result) {
74
try {
Callers
2
TEST
Function · 0.50
getBackendCount
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected