From 179fc3487cade9c85b1705248815187b7d37905a Mon Sep 17 00:00:00 2001 From: liuhe Date: Thu, 25 Mar 2021 17:34:07 +0800 Subject: [PATCH] rm cpu support of Range --- mindspore/ops/operations/array_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ops/operations/array_ops.py b/mindspore/ops/operations/array_ops.py index d362a5328b..0120662823 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)