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

Method getDefaultHandle

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

Source from the content-addressed store, hash-verified

56 int getAvailableBackends() const;
57 af::Backend getDefaultBackend() { return defaultBackend; }
58 LibHandle getDefaultHandle() { return defaultHandle; }
59
60 spdlog::logger* getLogger();
61 LibHandle getHandle(int idx) { return bkndHandles[idx]; }

Callers 2

symbol_manager.cppFile · 0.80
setBackendFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected