MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / not_little_num_cpus

Method not_little_num_cpus

src/common/cpuinfo/CpuInfo.cpp:555–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555uint32_t CpuInfo::not_little_num_cpus() const
556{
557#if defined(__ANDROID__)
558 return not_little_num_cpus_internal();
559#else /* defined(__ANDROID__) */
560 return num_cpus();
561#endif /* defined(__ANDROID__) */
562}
563
564uint32_t num_threads_hint()
565{

Callers 1

Calls 1

Tested by

no test coverage detected