Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/data_dump/
Ddump_json_parser.h101 void SaveGraph(session::KernelGraph *graph) { (void)graphs_.emplace_back(graph); } in SaveGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/
Dconverter.cc1080 int ConverterImpl::SaveGraph(FuncGraphPtr graph, const std::shared_ptr<ConverterPara> &param, void … in SaveGraph() function in mindspore::lite::ConverterImpl