From 14a439f80ce9d834b8de53fa0ba88d9af944f757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cdangjiaqi1=E2=80=9D?= <“dangjiaqi1@huawei.com”> Date: Wed, 30 Dec 2020 17:11:00 +0800 Subject: [PATCH] update annotation for math_ops.py --- mindspore/ops/operations/math_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ops/operations/math_ops.py b/mindspore/ops/operations/math_ops.py index ec5433ed34..867c522778 100644 --- a/mindspore/ops/operations/math_ops.py +++ b/mindspore/ops/operations/math_ops.py @@ -1312,7 +1312,7 @@ class SquaredDifference(_MathBinaryOp): and the data type is the one with higher precision or higher digits among the two inputs. Supported Platforms: - ``Ascend`` + ``Ascend`` ``GPU`` ``CPU`` Examples: >>> input_x = Tensor(np.array([1.0, 2.0, 3.0]), mindspore.float32)