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

Function getAvailableBackends

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

Source from the content-addressed store, hash-verified

26}
27
28int getAvailableBackends() {
29 int result = 0;
30 AF_THROW(af_get_available_backends(&result));
31 return result;
32}
33
34af::Backend getBackendId(const array &in) {
35 auto result = static_cast<af::Backend>(0);

Callers 4

backendTestFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85
SetUpMethod · 0.85

Calls 1

Tested by

no test coverage detected