Home
last modified time | relevance | path

Searched refs:ExportIR (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_info.cc53 ExportIR(name + ".dat", root); in DumpGraph()
/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h116 void ExportIR(const std::string &filename, const FuncGraphPtr &func_graph);
Danf_ir_utils.cc640 void ExportIR(const std::string &filename, const FuncGraphPtr &func_graph) { in ExportIR() function
658 void ExportIR(const std::string &, const FuncGraphPtr &) { in ExportIR() function
668 void ExportIR(const std::string &filename, const std::vector<TaggedGraph> &graphs) { in ExportIR() function
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Doptimizer.h206 ExportIR(fg_name + ".dat", func_graph);
Dopt.cc310 ExportIR(fg_name + ".dat", func_graph); in ApplySubstitutionsToIR()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc575 ExportIR(fg_name + ".dat", func_graph); in OptimizeAction()
Dpipeline.cc932 ExportIR(base_name + ".dat", graph); in Run()