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
!14109
Fixes numpy.take fail in graph mode
From:
@wangrao124
Reviewed-by: @c_34,@liangchenghui Signed-off-by:
@c_34
pull/14109/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
a91e9c9294
b31c5fab61
commit
f1071fc9ff
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/numpy/utils_const.py
+ 1
- 0
mindspore/numpy/utils_const.py
View File
@@ -220,6 +220,7 @@ def _raise_runtime_error(info, param=None):
raise RuntimeError(info + f"{param}")
@constexpr
def _raise_unimplemented_error(info, param=None):
"""
Raise NotImplementedError in both graph/pynative mode
Write
Preview
Loading…
Cancel
Save