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

Method num_threads

src/runtime/CPP/CPPScheduler.cpp:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455unsigned int CPPScheduler::num_threads() const
456{
457 return _impl->num_threads();
458}
459
460#ifndef DOXYGEN_SKIP_THIS
461void CPPScheduler::run_workloads(std::vector<IScheduler::Workload> &workloads)

Callers 1

run_workloadsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected