Browse Source

fix the format error of BatchMatMul operator.

tags/v1.2.0-rc1
wangshuide2020 5 years ago
parent
commit
a85d796407
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

@@ -800,7 +800,7 @@ class MatMul(PrimitiveWithCheck):


class BatchMatMul(MatMul):
"""
r"""
Computes matrix multiplication between two tensors by batch.

.. math::


Loading…
Cancel
Save