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

Function af_set_backend

src/api/unified/device.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include "symbol_manager.hpp"
15
16af_err af_set_backend(const af_backend bknd) {
17 return arrayfire::unified::setBackend(bknd);
18}
19
20af_err af_get_backend_count(unsigned *num_backends) {
21 *num_backends =

Callers

nothing calls this directly

Calls 1

setBackendFunction · 0.70

Tested by

no test coverage detected