forked from mindspore-Ecosystem/mindspore
fix summarynodes in new control_flow
This commit is contained in:
parent
8d20d1b8e6
commit
6c5e58c5fc
|
@ -177,6 +177,7 @@ GraphId AscendSession::CompileGraph(NotNull<FuncGraphPtr> func_graph) {
|
|||
if (debugger_) {
|
||||
debugger_->PreExecute(root_graph);
|
||||
}
|
||||
SetSummaryNodes(root_graph.get());
|
||||
// alloc mem
|
||||
MemoryAlloc(root_graph.get());
|
||||
// generate and load task into device
|
||||
|
|
Loading…
Reference in New Issue