Searched defs:ParallelLaunch (Results 1 – 6 of 6) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/wrapper/thread/ |
| D | micro_thread_pool.c | 125 int ParallelLaunch(int (*func)(void *, int, float, float), void *content, int task_num) { in ParallelLaunch() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/ |
| D | kernel.h | 27 int (*ParallelLaunch)(void *thread_pool, void *task, void *param, int task_num); member
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/ |
| D | inner_context.cc | 347 int ParallelLaunch(const InnerContext *context, const Func &func, Content content, int task_num) { in ParallelLaunch() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/thread/ |
| D | parallel_threadpool.cc | 266 int ParallelThreadPool::ParallelLaunch(const Func &func, Content content, int task_num) { in ParallelLaunch() function in mindspore::ParallelThreadPool
|
| D | threadpool.cc | 299 int ThreadPool::ParallelLaunch(const Func &func, Content content, int task_num) { in ParallelLaunch() function in mindspore::ThreadPool
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/ |
| D | cpu_kernel.cc | 202 void ParallelLaunch(const CTask &task, size_t count, float block_size, Content content, ThreadPool … in ParallelLaunch() function 227 void ParallelLaunch(const std::vector<common::Task> &tasks, Content content, ThreadPool *pool) { in ParallelLaunch() function
|