Home
last modified time | relevance | path

Searched refs:ExportGraph (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.cc145 ClosurePtr VM::ExportGraph(const FuncGraphPtr &g) { in ExportGraph() function in mindspore::compile::VM
156 return ExportGraph(utils::cast<ValuePtr>(value)->cast<FuncGraphPtr>()); in Export()
164 return ExportGraph(utils::cast<FuncGraphPtr>(value)); in Export()
Dvmimpl.h150 ClosurePtr ExportGraph(const FuncGraphPtr &fg);
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.h162 void ExportGraph(const std::string &file_name, const std::string &, const std::string &phase);
Dinit.cc125 (void)m.def("export_graph", &mindspore::pipeline::ExportGraph, "Export Graph."); in PYBIND11_MODULE()
Dpipeline.cc1350 void ExportGraph(const std::string &file_name, const std::string &, const std::string &phase) { in ExportGraph() function