Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h96 void OutputOrderList(std::ofstream &ofs, const FuncGraphPtr &func_graph);
Danf_ir_utils.cc557 void AnfExporter::OutputOrderList(std::ofstream &ofs, const FuncGraphPtr &func_graph) { in OutputOrderList() function in mindspore::AnfExporter
610 OutputOrderList(ofs, func_graph); in ExportOneFuncGraph()