Searched defs:ExportFuncGraph (Results 1 – 5 of 5) sorted by relevance
306 bool AnalyzeFailExporter::ExportFuncGraph(const std::string &filename, const TraceCNodeEvalStack &n… in ExportFuncGraph() function in mindspore::trace::AnalyzeFailExporter
392 void ProtoExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, irpb::GraphProto *graph_proto) { in ExportFuncGraph() function in mindspore::ProtoExporter
613 void AnfExporter::ExportFuncGraph(const std::string &filename, const FuncGraphPtr &func_graph) { in ExportFuncGraph() function in mindspore::AnfExporter
340 void DebuggerProtoExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, debugger::GraphProto *c… in ExportFuncGraph() function in mindspore::DebuggerProtoExporter
490 void OnnxExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, onnx::GraphProto *const graph_pr… in ExportFuncGraph() function in mindspore::OnnxExporter