diff --git a/mindspore/ops/operations/array_ops.py b/mindspore/ops/operations/array_ops.py index 2a6a090db4..b6802480ec 100644 --- a/mindspore/ops/operations/array_ops.py +++ b/mindspore/ops/operations/array_ops.py @@ -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)