Home
last modified time | relevance | path

Searched refs:ExportFuncGraph (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dgraph_recorder.cc70 exporter.ExportFuncGraph(realpath_dat, func_graph_); in Export()
/third_party/mindspore/mindspore/ccsrc/debug/
Dtrace.cc137 bool ExportFuncGraph(const std::string &filename, const TraceCNodeEvalStack &node_config_stack);
186 return exporter.ExportFuncGraph(file_path, GetCNodeDebugStack()); in OutputAnalyzedGraphWithType()
306 bool AnalyzeFailExporter::ExportFuncGraph(const std::string &filename, const TraceCNodeEvalStack &n… in ExportFuncGraph() function in mindspore::trace::AnalyzeFailExporter
Danf_ir_utils.h74 void ExportFuncGraph(const std::string &filename, const FuncGraphPtr &func_graph);
Ddump_proto.cc54 void ExportFuncGraph(const FuncGraphPtr &func_graph, irpb::GraphProto *graph_proto);
388 ExportFuncGraph(func_graph, graph_proto); in GetFuncGraphProtoString()
392 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
653 exporter.ExportFuncGraph(real_filepath.value(), func_graph); in ExportIR()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.h52 void ExportFuncGraph(const FuncGraphPtr &func_graph, debugger::GraphProto *const graph_proto,
Dproto_exporter.cc325 ExportFuncGraph(func_graph, graph_proto, dump_location); in GetFuncGraphProtoString()
336 ExportFuncGraph(func_graph, graph_proto); in GetFuncGraphProto()
340 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.cc374 void ExportFuncGraph(const FuncGraphPtr &func_graph, onnx::GraphProto *graph_proto);
478 ExportFuncGraph(func_graph, graph_proto); in GetOnnxProtoString()
490 void OnnxExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, onnx::GraphProto *const graph_pr… in ExportFuncGraph() function in mindspore::OnnxExporter