Searched refs:num_cpu_threads (Results 1 – 5 of 5) sorted by relevance
242 int32_t num_cpu_threads = GlobalContext::Instance()->config_manager()->num_cpu_threads(); in LaunchWorkers() local248 if (num_workers > num_cpu_threads) { in LaunchWorkers()250 … << std::to_string(num_cpu_threads) << ", the maximum number of threads on this CPU."; in LaunchWorkers()
48 thread_cnt_(GlobalContext::Instance()->config_manager()->num_cpu_threads()) {} in AutoWorkerPass()
93 int32_t num_cpu_threads() const { return num_cpu_threads_; } in num_cpu_threads() function
637 int32_t num_threads = GlobalContext::config_manager()->num_cpu_threads(); in ValidateParams()
1902 int32_t cpu_core_cnt = GlobalContext::config_manager()->num_cpu_threads(); in TEST_F()