Home
last modified time | relevance | path

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/
Dmicro_thread_pool.c125 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/
Dkernel.h27 int (*ParallelLaunch)(void *thread_pool, void *task, void *param, int task_num); member
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dinner_context.cc347 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/
Dparallel_threadpool.cc266 int ParallelThreadPool::ParallelLaunch(const Func &func, Content content, int task_num) { in ParallelLaunch() function in mindspore::ParallelThreadPool
Dthreadpool.cc299 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/
Dcpu_kernel.cc202 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