forked from mindspore-Ecosystem/mindspore
!10843 uadate annotation for SquaredDifference operation
From: @dangjiaqi1 Reviewed-by: @liangchenghui,@wuxuejian Signed-off-by: @liangchenghui
This commit is contained in:
commit
f9a37d7893
|
@ -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…
Reference in New Issue