Home
last modified time | relevance | path

Searched defs:CreateThreadPool (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/thread/
Dactor_threadpool.cc191 ActorThreadPool *ActorThreadPool::CreateThreadPool(size_t actor_thread_num, size_t all_thread_num, in CreateThreadPool() function in mindspore::ActorThreadPool
217 ActorThreadPool *ActorThreadPool::CreateThreadPool(size_t thread_num) { in CreateThreadPool() function in mindspore::ActorThreadPool
Dactor_threadpool.h70 …static ActorThreadPool *CreateThreadPool(size_t actor_thread_num, size_t all_thread_num, BindMode … in CreateThreadPool() function
Dparallel_threadpool.cc384 ParallelThreadPool *ParallelThreadPool::CreateThreadPool(size_t actor_thread_num, size_t all_thread… in CreateThreadPool() function in mindspore::ParallelThreadPool
Dthreadpool.cc539 ThreadPool *ThreadPool::CreateThreadPool(size_t thread_num, const std::vector<int> &core_list) { in CreateThreadPool() function in mindspore::ThreadPool
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/wrapper/thread/
Dmicro_thread_pool.c69 int CreateThreadPool(int thread_num) { in CreateThreadPool() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dinner_context.cc60 int InnerContext::CreateThreadPool(bool is_control_flow) { in CreateThreadPool() function in mindspore::lite::InnerContext