Home
last modified time | relevance | path

Searched refs:GraphRecorder (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dgraph_recorder.h31 class GraphRecorder : public BaseRecorder {
33 GraphRecorder() : BaseRecorder(), func_graph_(nullptr), graph_type_("") {} in GraphRecorder() function
34 GraphRecorder(const std::string &module, const std::string &name, const FuncGraphPtr &graph, in GraphRecorder() function
37 ~GraphRecorder() {} in ~GraphRecorder()
49 using GraphRecorderPtr = std::shared_ptr<GraphRecorder>;
Dgraph_recorder.cc58 void GraphRecorder::Export() { in Export()
Drunning_data_recorder.cc53 …GraphRecorderPtr graph_recorder = std::make_shared<GraphRecorder>(submodule_name, name, graph, fil… in RecordAnfGraph()