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
!26018
Avoid print duplicate error msg while exception.
Merge pull request
!26018
from zhangzhaoju/master_dup_log
tags/v1.6.0
i-robot
Gitee
4 years ago
parent
4eef5e5c13
297687d43f
commit
302b797747
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/debug/anf_ir_utils.cc
+ 1
- 1
mindspore/ccsrc/debug/anf_ir_utils.cc
View File
@@ -526,7 +526,7 @@ void AnfExporter::OutputCNodes(std::ofstream &ofs, const std::vector<AnfNodePtr>
if (func_graph == nullptr) {
return;
}
MS_LOG_TRY_CATCH_SCOPE;
int idx = 1;
std::map<AnfNodePtr, int> apply_map;
for (const AnfNodePtr &node : nodes) {
Write
Preview
Loading…
Cancel
Save