This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!2302
improve summary performance
Merge pull request
!2302
from Margaret_wangrui/r0.3
tags/v0.3.1-alpha
mindspore-ci-bot
Gitee
5 years ago
parent
53d7e622f9
69b32e4dca
commit
24d61337c0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/session/session_basic.cc
+ 1
- 1
mindspore/ccsrc/session/session_basic.cc
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save