Home
last modified time | relevance | path

Searched refs:RecordTaskDebugInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Drunning_data_recorder.h60 bool RecordTaskDebugInfo(SubModuleId module, const std::string &name,
Drunning_data_recorder.cc34 bool RecordTaskDebugInfo(SubModuleId module, const std::string &name, in RecordTaskDebugInfo() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/tasksink/
Dtask_generator.cc46 (void)mindspore::RDR::RecordTaskDebugInfo(SUBMODULE_ID, task_info_name, task_debug_info_list_); in GenTasks()