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
fix cse bug
tags/v1.5.0-rc1
Margaret_wangrui
4 years ago
parent
80cd92b42a
commit
187b48a990
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/frontend/optimizer/cse.cc
+ 1
- 1
mindspore/ccsrc/frontend/optimizer/cse.cc
View File
@@ -145,7 +145,7 @@ bool CSE::CheckRandomEffect(const AnfNodePtr &main, const AnfNodePtr &node) cons
return true;
}
}
if (prim_main != prim_node) {
if (prim_main
->name()
!= prim_node
->name()
) {
return true;
}
}
Write
Preview
Loading…
Cancel
Save