Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dtrace_base.cc99 std::string traced_info = info_vec[0]->location()->ToString(tip); in GetInfoWithAction() local
105 traced_info += action_name + info_vec[i]->location()->ToString(tip); in GetInfoWithAction()
107 return traced_info; in GetInfoWithAction()