Searched defs:ParallelLaunch (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/thread/ |
D | thread_wrapper.cc | 48 int ParallelLaunch(int (*func)(void *, int, float, float), void *content, int task_num) { in ParallelLaunch() function
|
/third_party/mindspore/mindspore/lite/src/ |
D | inner_context.cc | 391 int ParallelLaunch(const Context *context, const Func &func, Content content, int task_num) { in ParallelLaunch() function
|
/third_party/mindspore/mindspore/core/mindrt/src/thread/ |
D | threadpool.cc | 170 int ThreadPool::ParallelLaunch(const Func &func, Content content, int task_num) const { in ParallelLaunch() function in mindspore::ThreadPool
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | cpu_kernel.cc | 171 void ParallelLaunch(const CTask &task, size_t count, float block_size, Content content) { in ParallelLaunch() function
|