forked from mindspore-Ecosystem/mindspore
!6802 fix summarynodes in new control_flow
Merge pull request !6802 from Margaret_wangrui/fix_summarynodes_in_new_control_flow
This commit is contained in:
commit
eeb707a7db
|
@ -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