Searched defs:ExportFuncGraph (Results 1 – 5 of 5) sorted by relevance
432 void ProtoExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, irpb::GraphProto *graph_proto) { in ExportFuncGraph() function in mindspore::ProtoExporter
1718 void AnfExporter::ExportFuncGraph(const std::string &filename, const FuncGraphPtr &func_graph) { in ExportFuncGraph() function in mindspore::AnfExporter
350 void DebuggerProtoExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, debugger::GraphProto *c… in ExportFuncGraph() function in mindspore::DebuggerProtoExporter
555 bool AnalyzeFailExporter::ExportFuncGraph(const std::string &filename, const TraceCNodeEvalStack &n… in ExportFuncGraph() function in mindspore::trace::AnalyzeFailExporter
1388 void OnnxExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, std::map<AnfNodePtr, std::string… in ExportFuncGraph() function in mindspore::OnnxExporter