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

Method getDefaultBackend

src/api/unified/symbol_manager.hpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 unsigned getBackendCount() const;
56 int getAvailableBackends() const;
57 af::Backend getDefaultBackend() { return defaultBackend; }
58 LibHandle getDefaultHandle() { return defaultHandle; }
59
60 spdlog::logger* getLogger();

Callers 2

symbol_manager.cppFile · 0.80
setBackendFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected