Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h90 std::string GetAnfNodeText(const FuncGraphPtr &func_graph, const AnfNodePtr &node,
Danf_ir_utils.cc389 std::string AnfExporter::GetAnfNodeText(const FuncGraphPtr &func_graph, const AnfNodePtr &node, in GetAnfNodeText() function in mindspore::AnfExporter
490 std::string op_text = GetAnfNodeText(func_graph, inputs[0], *apply_map); in OutputCNodeText()
511 ofs << GetAnfNodeText(func_graph, arg, *apply_map); in OutputCNodeText()
Dtrace.cc299 …ofs << " #" << GetAnfNodeText(func_graph, inputs[0], *apply_map) << ".prototype = " << op_comme… in OutputCNode()