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

Function getBackend

src/backend/cpu/platform.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int getBackend() { return AF_BACKEND_CPU; }
51
52string getDeviceInfo() noexcept {
53 const CPUInfo cinfo = DeviceManager::getInstance().getCPUInfo();

Callers 4

setIdMethod · 0.50
af_set_backendFunction · 0.50
af_get_active_backendFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected