Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc1594 std::string final_graph = "trace_code_graph_" + std::to_string(graph->graph_id()); in DumpAllGraphs() local
1598 std::string ir_file_path = target_dir + "/" + "ms_output_" + final_graph + ".ir"; in DumpAllGraphs()
1599 DumpIRProtoWithSrcInfo(graph, final_graph, target_dir, kDebugWholeStack); in DumpAllGraphs()
1662 auto final_graph = GetGraph(final_graph_id_); in MergeGraphExecOrder() local
1663 MS_EXCEPTION_IF_NULL(final_graph); in MergeGraphExecOrder()
1676 SetStreamDistinctionLabel(final_graph, graph_order[0], false); in MergeGraphExecOrder()
1677 std::vector<CNodePtr> final_exec_order = final_graph->execution_order(); in MergeGraphExecOrder()
1696 final_graph->AddValueNodeToGraph(value_node); in MergeGraphExecOrder()
1701 if (final_graph->IsInRefOutputMap(item.first)) { in MergeGraphExecOrder()
1704 final_graph->AddRefCorrespondPairs(item.first, item.second); in MergeGraphExecOrder()
[all …]
Dgpu_session.cc471 std::string final_graph = "trace_code_graph_" + std::to_string(graph->graph_id()); in CompileGraphImpl() local
474 std::string ir_file_path = target_dir + "/" + "ms_output_" + final_graph + ".ir"; in CompileGraphImpl()
475 DumpIRProtoWithSrcInfo(graph, final_graph, target_dir, kDebugWholeStack); in CompileGraphImpl()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc421 std::string final_graph = "trace_code_graph_" + std::to_string(kernel_graph->graph_id()); in DumpInGraphCompiler() local
424 std::string ir_file_path = target_dir + "/" + "ms_output_" + final_graph + ".ir"; in DumpInGraphCompiler()
425 DumpIRProtoWithSrcInfo(kernel_graph, final_graph, target_dir, kDebugWholeStack); in DumpInGraphCompiler()