Home
last modified time | relevance | path

Searched defs:ParallelLaunch (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/wrapper/thread/
Dthread_wrapper.cc48 int ParallelLaunch(int (*func)(void *, int, float, float), void *content, int task_num) { in ParallelLaunch() function
/third_party/mindspore/mindspore/lite/src/
Dinner_context.cc391 int ParallelLaunch(const Context *context, const Func &func, Content content, int task_num) { in ParallelLaunch() function
/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dthreadpool.cc170 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/
Dcpu_kernel.cc171 void ParallelLaunch(const CTask &task, size_t count, float block_size, Content content) { in ParallelLaunch() function