MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / setBackend

Function setBackend

src/api/cpp/device.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19namespace af {
20void setBackend(const Backend bknd) { AF_THROW(af_set_backend(bknd)); }
21
22unsigned getBackendCount() {
23 unsigned temp = 1;

Callers 7

mainFunction · 0.50
backendTestFunction · 0.50
test_backendFunction · 0.50
TESTFunction · 0.50
mainFunction · 0.50
SetUpMethod · 0.50
mainFunction · 0.50

Calls 1

af_set_backendFunction · 0.50

Tested by 1

test_backendFunction · 0.40