Searched refs:GetSourceLineList (Results 1 – 4 of 4) sorted by relevance
40 std::vector<std::string> GetSourceLineList(const AnfNodePtr &node);
141 auto vec_source = GetSourceLineList(node); in DumpSourceLines()176 std::vector<std::string> GetSourceLineList(const AnfNodePtr &node) { in GetSourceLineList() function
475 auto traces = mindspore::trace::GetSourceLineList(nd); in DumpCNode()
445 auto traces = mindspore::trace::GetSourceLineList(node); in ExportCNode()