MCPcopy 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
107af_err af_get_active_backend(af_backend* result) {
108 *result = static_cast<af_backend>(getBackend());
109 return AF_SUCCESS;
110}
111
112af_err af_init() {
113 try {

Callers 4

testFunctionFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
getActiveBackendFunction · 0.50

Calls 1

getBackendFunction · 0.50

Tested by

no test coverage detected