Home
last modified time | relevance | path

Searched defs:DumpGraph (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Ddump_graph.h29 …explicit DumpGraph(const std::shared_ptr<ConverterPara> &param) : Pass("DumpGraph"), param_(param)… in DumpGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_info.cc48 void DumpGraph(const FuncGraphPtr &root, const std::string &name) { in DumpGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/expander/fallback/
Dexpander_fallback.cc48 void DumpGraph(const CNodePtr &ori_node, const CNodePtr &new_output) { in DumpGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dquantize_util.cc267 int DumpGraph(const FuncGraphPtr &func_graph, const std::shared_ptr<ConverterPara> &param, in DumpGraph() function