Browse Source

!15640 Update docs about SquaredDifference

From: @dinglinhe123
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
pull/15640/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
54acc98198
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

@@ -1421,7 +1421,7 @@ class SquaredDifference(_MathBinaryOp):
When the inputs are one tensor and one scalar,
the scalar could only be a constant.

.. math::
.. math::

out_{i} = (x_{i} - y_{i}) * (x_{i} - y_{i}) = (x_{i} - y_{i})^2



Loading…
Cancel
Save