Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h107 …void OutputCNodes(std::ofstream &ofs, const std::vector<AnfNodePtr> &nodes, const FuncGraphPtr &fu…
Danf_ir_utils.cc524 void AnfExporter::OutputCNodes(std::ofstream &ofs, const std::vector<AnfNodePtr> &nodes, const Func… in OutputCNodes() function in mindspore::AnfExporter
606 OutputCNodes(ofs, nodes, func_graph, tagged_cnodes_map); in ExportOneFuncGraph()