Searched defs:actor_thread_num (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/mindspore/core/mindrt/src/thread/ |
| D | actor_threadpool.cc | 141 int ActorThreadPool::CreateThreads(size_t actor_thread_num, size_t all_thread_num, const std::vecto… in CreateThreads() 181 ActorThreadPool *ActorThreadPool::CreateThreadPool(size_t actor_thread_num, size_t all_thread_num, … in CreateThreadPool() 205 ActorThreadPool *ActorThreadPool::CreateThreadPool(size_t actor_thread_num, size_t all_thread_num, in CreateThreadPool()
|
| D | threadpool.h | 126 void SetActorThreadNum(size_t actor_thread_num) { actor_thread_num_ = actor_thread_num; } in SetActorThreadNum()
|
| /third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/ |
| D | actor_common.cc | 23 void ComputeThreadNums(size_t *actor_thread_num, size_t *OMP_thread_num, size_t *max_thread_num) { in ComputeThreadNums()
|
| /third_party/mindspore/mindspore/core/mindrt/src/actor/ |
| D | actormgr.cc | 52 int ActorMgr::Initialize(bool use_inner_pool, size_t actor_thread_num, size_t max_thread_num) { in Initialize()
|
| /third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
| D | graph_scheduler.cc | 218 size_t actor_thread_num = 0; in Initialize() local
|