fix SummaryNodes in new control_flow

pull/6959/head
Margaret_wangrui 6 years ago
parent 3638886ec6
commit 4df609c94e

@ -179,6 +179,7 @@ GraphId AscendSession::CompileGraph(NotNull<FuncGraphPtr> func_graph) {
debugger_->PreExecute(root_graph);
}
#endif
SetSummaryNodes(root_graph.get());
// alloc mem
MemoryAlloc(root_graph.get());
// generate and load task into device

Loading…
Cancel
Save