This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update annotation for math_ops.py
tags/v1.2.0-rc1
“dangjiaqi1”
5 years ago
parent
f3fd41f7f0
commit
14a439f80c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save