Browse Source

update annotation for math_ops.py

tags/v1.2.0-rc1
“dangjiaqi1” 5 years ago
parent
commit
14a439f80c
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.

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

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


Loading…
Cancel
Save