This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!706
Fix CSE bug for `DropoutGenMask` operation
Merge pull request
!706
from seatea/fix-cse-bug-for-dropoutgenmask
tags/v0.3.0-alpha
mindspore-ci-bot
Gitee
6 years ago
parent
b2dccfd393
538cc7e21b
commit
81ad297f43
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mindspore/ccsrc/optimizer/cse.cc
+ 3
- 0
mindspore/ccsrc/optimizer/cse.cc
View File
@@ -122,6 +122,9 @@ bool CSE::CheckReplace(const AnfNodePtr &main, const AnfNodePtr &node) const {
break;
}
}
if (IsPrimitiveCNode(c_main, prim::kPrimDropoutGenMask)) {
appsame = false;
}
replace = appsame;
}
}
Write
Preview
Loading…
Cancel
Save