Browse Source

!13057 fix the format error of BatchMatMul operator.

From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 4 years ago
parent
commit
013ce43ed9
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