Searched defs:DumpGraph (Results 1 – 4 of 4) sorted by relevance
29 …explicit DumpGraph(const std::shared_ptr<ConverterPara> ¶m) : Pass("DumpGraph"), param_(param)… in DumpGraph() function
48 void DumpGraph(const FuncGraphPtr &root, const std::string &name) { in DumpGraph() function
48 void DumpGraph(const CNodePtr &ori_node, const CNodePtr &new_output) { in DumpGraph() function
267 int DumpGraph(const FuncGraphPtr &func_graph, const std::shared_ptr<ConverterPara> ¶m, in DumpGraph() function