Home
last modified time | relevance | path

Searched refs:DistributeTask (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dmodel_runner.cc35 void ModelRunner::DistributeTask(uint32_t model_id) { in DistributeTask() function in mindspore::ge::model_runner::ModelRunner
41 model_iter->second->DistributeTask(); in DistributeTask()
Dmodel_runner.h37 void DistributeTask(uint32_t model_id);
Druntime_model.h37 void DistributeTask();
Druntime_model.cc188 void RuntimeModel::DistributeTask() { in DistributeTask() function in mindspore::ge::model_runner::RuntimeModel
/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dthreadpool.cc187 DistributeTask(&task, task_num); in ParallelLaunch()
213 void ThreadPool::DistributeTask(Task *task, int task_num) const { in DistributeTask() function in mindspore::ThreadPool
Dthreadpool.h144 void DistributeTask(Task *task, int task_num) const;
/third_party/mindspore/tests/ut/cpp/device/
Dge_runtime_test.cc464 ASSERT_NO_THROW(ModelRunner::Instance().DistributeTask(model_id)); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc542 ModelRunner::Instance().DistributeTask(model_iter->first); in LoadTask()