diff --git a/mindspore/ops/operations/math_ops.py b/mindspore/ops/operations/math_ops.py index 69bdd268658735c5c8c9dc77ae6bc3b6ed25d45c..fdea0e3672f8340d874a7211d268d6f2d384d8fb 100644 --- a/mindspore/ops/operations/math_ops.py +++ b/mindspore/ops/operations/math_ops.py @@ -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.