提交 24d61337 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!2302 improve summary performance

Merge pull request !2302 from Margaret_wangrui/r0.3
......@@ -774,7 +774,7 @@ void SessionBasic::Summary(KernelGraph *graph) {
return;
}
MS_EXCEPTION_IF_NULL(graph);
bool exist_summary = ExistSummaryNode(graph);
bool exist_summary = graph->summary_node_exist();
if (!exist_summary) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册