Browse Source

!1437 fixed doc for EqualCount

Merge pull request !1437 from jiangjinsheng/issue_doc
tags/v0.5.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
e0474c8673
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

@@ -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.


Loading…
Cancel
Save