Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ model
Method
model
src/backend/cpu/device_manager.hpp:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
CPUInfo();
69
std::string vendor() const { return mVendorId; }
70
std::string model() const { return mModelName; }
71
int threads() const { return mNumLogCpus; }
72
73
private:
Callers
1
getDeviceInfo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected