Searched refs:ExportGraph (Results 1 – 5 of 5) sorted by relevance
145 ClosurePtr VM::ExportGraph(const FuncGraphPtr &g) { in ExportGraph() function in mindspore::compile::VM156 return ExportGraph(utils::cast<ValuePtr>(value)->cast<FuncGraphPtr>()); in Export()164 return ExportGraph(utils::cast<FuncGraphPtr>(value)); in Export()
150 ClosurePtr ExportGraph(const FuncGraphPtr &fg);
162 void ExportGraph(const std::string &file_name, const std::string &, const std::string &phase);
125 (void)m.def("export_graph", &mindspore::pipeline::ExportGraph, "Export Graph."); in PYBIND11_MODULE()
1350 void ExportGraph(const std::string &file_name, const std::string &, const std::string &phase) { in ExportGraph() function