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
commit
cd1632dc5f
1 changed files with 1 additions and 1 deletions
  1. +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)


Loading…
Cancel
Save