Home
last modified time | relevance | path

Searched defs:ExportGraph (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.cc145 ClosurePtr VM::ExportGraph(const FuncGraphPtr &g) { in ExportGraph() function in mindspore::compile::VM
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc1350 void ExportGraph(const std::string &file_name, const std::string &, const std::string &phase) { in ExportGraph() function