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
!14099
rm cpu support of Range
From:
@mind-lh
Reviewed-by: @wuxuejian,@oacjiewen Signed-off-by:
@wuxuejian
tags/v1.2.0-rc1
mindspore-ci-bot
Gitee
5 years ago
parent
176e6f0b75
179fc3487c
commit
cd1632dc5f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ops/operations/array_ops.py
+ 1
- 1
mindspore/ops/operations/array_ops.py
View File
@@ -5296,7 +5296,7 @@ class Range(PrimitiveWithCheck):
A 1-D Tensor, with the same type as the inputs.
Supported Platforms:
``GPU``
`CPU`
``GPU``
Examples:
>>> start = Tensor(0, mstype.int32)
Write
Preview
Loading…
Cancel
Save