Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/
Dlabel_set.cc22 using mindspore::ge::model_runner::LabelSetTaskInfo;
23 using LabelSetTaskInfoPtr = std::shared_ptr<LabelSetTaskInfo>;
55 …std::shared_ptr<LabelSetTaskInfo> task_info_ptr = std::make_shared<LabelSetTaskInfo>(unique_name_,… in GenTask()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dlabel_set_task.h24 class LabelSetTask : public TaskRepeater<LabelSetTaskInfo> {
26 …LabelSetTask(const ModelContext &model_context, const std::shared_ptr<LabelSetTaskInfo> &task_info…
33 std::shared_ptr<LabelSetTaskInfo> task_info_;
Dlabel_set_task.cc21 …LabelSetTask(const ModelContext &model_context, const std::shared_ptr<LabelSetTaskInfo> &task_info) in LabelSetTask()
22 : TaskRepeater<LabelSetTaskInfo>(model_context, task_info), in LabelSetTask()
55 REGISTER_TASK(TaskInfoType::LABEL_SET, LabelSetTask, LabelSetTaskInfo);
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dtask_info.h148 class LabelSetTaskInfo : public TaskInfo {
150 LabelSetTaskInfo(const std::string &op_name, uint32_t stream_id, uint32_t label_id) in LabelSetTaskInfo() function
152 ~LabelSetTaskInfo() override {} in ~LabelSetTaskInfo()
Druntime_model.cc114 auto label_set_task_info = std::static_pointer_cast<LabelSetTaskInfo>(task_info); in InitLabel()
/third_party/mindspore/tests/ut/cpp/device/
Dge_runtime_test.cc240 …std::shared_ptr<TaskInfo> label_set_task_info = std::make_shared<LabelSetTaskInfo>("op_name", 0, 0… in TEST_F()