Home
last modified time | relevance | path

Searched refs:TbeTaskInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dtbe_task.h25 class TbeTask : public TaskRepeater<TbeTaskInfo> {
27 TbeTask(const ModelContext &model_context, const std::shared_ptr<TbeTaskInfo> &task_info);
38 std::shared_ptr<TbeTaskInfo> task_info_;
Dtbe_task.cc24 TbeTask::TbeTask(const ModelContext &model_context, const std::shared_ptr<TbeTaskInfo> &task_info) in TbeTask()
25 : TaskRepeater<TbeTaskInfo>(model_context, task_info), in TbeTask()
96 REGISTER_TASK(TaskInfoType::TBE, TbeTask, TbeTaskInfo);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/ascend/
Dakg_ascend_kernel_mod.cc32 using TbeTaskInfoPtr = std::shared_ptr<mindspore::ge::model_runner::TbeTaskInfo>;
132 TbeTaskInfoPtr task_info_ptr = std::make_shared<mindspore::ge::model_runner::TbeTaskInfo>( in GenTask()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_mod.cc26 using TbeTaskInfoPtr = std::shared_ptr<mindspore::ge::model_runner::TbeTaskInfo>;
107 TbeTaskInfoPtr task_info_ptr = std::make_shared<mindspore::ge::model_runner::TbeTaskInfo>( in GenTask()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dtask_info.h66 class TbeTaskInfo : public TaskInfo {
68TbeTaskInfo(const std::string &op_name, uint32_t stream_id, const std::string &stub_func, uint32_t… in TbeTaskInfo() function
84 ~TbeTaskInfo() override {} in ~TbeTaskInfo()
/third_party/mindspore/tests/ut/cpp/device/
Dge_runtime_test.cc397 std::shared_ptr<TaskInfo> tbe_task_info = std::make_shared<TbeTaskInfo>( in TEST_F()
415 std::shared_ptr<TaskInfo> tbe_task_info = std::make_shared<TbeTaskInfo>( in TEST_F()
429 std::shared_ptr<TaskInfo> tbe_task_info = std::make_shared<TbeTaskInfo>( in TEST_F()
445 std::shared_ptr<TaskInfo> tbe_task_info = std::make_shared<TbeTaskInfo>( in TEST_F()