Searched refs:RecordAnfGraph (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | running_data_recorder.h | 50 bool RecordAnfGraph(const SubModuleId module, const std::string &name, const FuncGraphPtr &graph,
|
D | running_data_recorder.cc | 47 bool RecordAnfGraph(const SubModuleId module, const std::string &name, const FuncGraphPtr &graph, in RecordAnfGraph() function
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | cpu_session.cc | 136 (void)mindspore::RDR::RecordAnfGraph(SubModuleId::SM_SESSION, name, graph, dump_params, ".ir"); in CompileGraphImpl()
|
D | gpu_session.cc | 453 …(void)mindspore::RDR::RecordAnfGraph(SubModuleId::SM_SESSION, name, graph, dump_params, ".ir,.pb"); in CompileGraphImpl()
|
D | ascend_session.cc | 1587 (void)mindspore::RDR::RecordAnfGraph(SUBMODULE_ID, name, graph, dump_params, ".ir;.pb"); in DumpAllGraphs()
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | graph_compiler.cc | 374 …(void)mindspore::RDR::RecordAnfGraph(SubModuleId::SM_SESSION, name, graph, dump_params, ".ir,.pb"); in CompileGraphImpl()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pipeline.cc | 322 (void)mindspore::RDR::RecordAnfGraph(SUBMODULE_ID, name, graph_clone, dump_params, ".ir"); in PipelineRDRProcess()
|