Browse Source

!10843 uadate annotation for SquaredDifference operation

From: @dangjiaqi1
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 5 years ago
parent
commit
f9a37d7893
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/operations/math_ops.py

+ 1
- 1
mindspore/ops/operations/math_ops.py View File

@@ -1312,7 +1312,7 @@ class SquaredDifference(_MathBinaryOp):
and the data type is the one with higher precision or higher digits among the two inputs. and the data type is the one with higher precision or higher digits among the two inputs.


Supported Platforms: Supported Platforms:
``Ascend``
``Ascend`` ``GPU`` ``CPU``


Examples: Examples:
>>> input_x = Tensor(np.array([1.0, 2.0, 3.0]), mindspore.float32) >>> input_x = Tensor(np.array([1.0, 2.0, 3.0]), mindspore.float32)


Loading…
Cancel
Save