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
fixed EqualCount doc
tags/v0.5.0-beta
jiangjinsheng
5 years ago
parent
57c1da121f
commit
7a982fc191
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
@@ -1397,7 +1397,7 @@ class EqualCount(PrimitiveWithInfer):
"""
Computes the number of the same elements of two tensors.
The two input tensors should have same
shape and same
data type.
The two input tensors should have same data type.
Inputs:
- **input_x** (Tensor) - The first input tensor.
Write
Preview
Loading…
Cancel
Save