MCPcopy 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
68af_err af_get_backend_count(unsigned* num_backends) {
69 *num_backends = 1;
70 return AF_SUCCESS;
71}
72
73af_err af_get_available_backends(int* result) {
74 try {

Callers 2

TESTFunction · 0.50
getBackendCountFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected