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
!13961
Get correct monad
From:
@liangzelang
Reviewed-by: Signed-off-by:
pull/13961/MERGE
mindspore-ci-bot
Gitee
5 years ago
parent
7f92400ebd
1e4a086ffd
commit
7e1dd06077
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/backend/session/ascend_auto_monad.cc
+ 1
- 1
mindspore/ccsrc/backend/session/ascend_auto_monad.cc
View File
@@ -869,7 +869,7 @@ class AscendAutoMonadConverter {
if (last_monad_ != nullptr) {
return last_monad_;
}
return GetMonad
Value
();
return GetMonad();
}
// Make a assign cnode.
Write
Preview
Loading…
Cancel
Save