Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
namespace af {
20
void setBackend(const Backend bknd) { AF_THROW(af_set_backend(bknd)); }
21
22
unsigned getBackendCount() {
23
unsigned temp = 1;
Callers
7
main
Function · 0.50
backendTest
Function · 0.50
test_backend
Function · 0.50
TEST
Function · 0.50
main
Function · 0.50
SetUp
Method · 0.50
main
Function · 0.50
Calls
1
af_set_backend
Function · 0.50
Tested by
1
test_backend
Function · 0.40