Home
last modified time | relevance | path

Searched defs:TaskInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/mem_reuse/
Dmem_tracker.h70 struct TaskInfo { struct
79 TaskInfo() : node_name(), graph_name(), task_name(), time_stamp(0), file_name(), line_num(0) {} in TaskInfo() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_task_list.h42 using TaskInfo = std::tuple<TaskType, std::tuple<int, int>>; variable