Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Dtrace.cc306 bool AnalyzeFailExporter::ExportFuncGraph(const std::string &filename, const TraceCNodeEvalStack &n… in ExportFuncGraph() function in mindspore::trace::AnalyzeFailExporter
Ddump_proto.cc392 void ProtoExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, irpb::GraphProto *graph_proto) { in ExportFuncGraph() function in mindspore::ProtoExporter
Danf_ir_utils.cc613 void AnfExporter::ExportFuncGraph(const std::string &filename, const FuncGraphPtr &func_graph) { in ExportFuncGraph() function in mindspore::AnfExporter
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc340 void DebuggerProtoExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, debugger::GraphProto *c… in ExportFuncGraph() function in mindspore::DebuggerProtoExporter
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc490 void OnnxExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, onnx::GraphProto *const graph_pr… in ExportFuncGraph() function in mindspore::OnnxExporter