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

Method num_threads

src/runtime/OMP/OMPScheduler.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 (defined(__arm__) || defined(__aarch64__)) && defined(__ANDROID__)*/
51
52unsigned int OMPScheduler::num_threads() const
53{
54 return _num_threads;
55}
56
57void OMPScheduler::set_num_threads(unsigned int num_threads)
58{

Callers 14

runMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
runMethod · 0.45
configureMethod · 0.45
prepareMethod · 0.45
runMethod · 0.45
create_arm_gemmFunction · 0.45
create_arm_gemm_dequantFunction · 0.45
create_arm_gemm_quantFunction · 0.45
has_opt_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected