Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ num_cpus
Method
num_cpus
src/common/cpuinfo/CpuInfo.cpp:550–553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
548
}
549
550
uint32_t CpuInfo::num_cpus() const
551
{
552
return _cpus.size();
553
}
554
555
uint32_t CpuInfo::not_little_num_cpus() const
556
{
Callers
1
get_cpu_num
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected