Searched refs:ExportFuncGraph (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | graph_recorder.cc | 70 exporter.ExportFuncGraph(realpath_dat, func_graph_); in Export()
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | trace.cc | 137 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
|
D | anf_ir_utils.h | 74 void ExportFuncGraph(const std::string &filename, const FuncGraphPtr &func_graph);
|
D | dump_proto.cc | 54 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
|
D | anf_ir_utils.cc | 613 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/ |
D | proto_exporter.h | 52 void ExportFuncGraph(const FuncGraphPtr &func_graph, debugger::GraphProto *const graph_proto,
|
D | proto_exporter.cc | 325 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/ |
D | onnx_exporter.cc | 374 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
|