Home
last modified time | relevance | path

Searched defs:ExportFuncGraph (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Ddump_proto.cc432 void ProtoExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, irpb::GraphProto *graph_proto) { in ExportFuncGraph() function in mindspore::ProtoExporter
Danf_ir_dump.cc1718 void AnfExporter::ExportFuncGraph(const std::string &filename, const FuncGraphPtr &func_graph) { in ExportFuncGraph() function in mindspore::AnfExporter
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc350 void DebuggerProtoExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, debugger::GraphProto *c… in ExportFuncGraph() function in mindspore::DebuggerProtoExporter
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/debug/
Dtrace.cc555 bool AnalyzeFailExporter::ExportFuncGraph(const std::string &filename, const TraceCNodeEvalStack &n… in ExportFuncGraph() function in mindspore::trace::AnalyzeFailExporter
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc1388 void OnnxExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, std::map<AnfNodePtr, std::string… in ExportFuncGraph() function in mindspore::OnnxExporter