Home
last modified time | relevance | path

Searched refs:RecordAnfGraph (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Drunning_data_recorder.h50 bool RecordAnfGraph(const SubModuleId module, const std::string &name, const FuncGraphPtr &graph,
Drunning_data_recorder.cc47 bool RecordAnfGraph(const SubModuleId module, const std::string &name, const FuncGraphPtr &graph, in RecordAnfGraph() function
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.cc136 (void)mindspore::RDR::RecordAnfGraph(SubModuleId::SM_SESSION, name, graph, dump_params, ".ir"); in CompileGraphImpl()
Dgpu_session.cc453 …(void)mindspore::RDR::RecordAnfGraph(SubModuleId::SM_SESSION, name, graph, dump_params, ".ir,.pb"); in CompileGraphImpl()
Dascend_session.cc1587 (void)mindspore::RDR::RecordAnfGraph(SUBMODULE_ID, name, graph, dump_params, ".ir;.pb"); in DumpAllGraphs()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc374 …(void)mindspore::RDR::RecordAnfGraph(SubModuleId::SM_SESSION, name, graph, dump_params, ".ir,.pb"); in CompileGraphImpl()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc322 (void)mindspore::RDR::RecordAnfGraph(SUBMODULE_ID, name, graph_clone, dump_params, ".ir"); in PipelineRDRProcess()