Searched refs:GetAnfNodeText (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | anf_ir_utils.h | 90 std::string GetAnfNodeText(const FuncGraphPtr &func_graph, const AnfNodePtr &node,
|
D | anf_ir_utils.cc | 389 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()
|
D | trace.cc | 299 …ofs << " #" << GetAnfNodeText(func_graph, inputs[0], *apply_map) << ".prototype = " << op_comme… in OutputCNode()
|