!13057 fix the format error of BatchMatMul operator.

From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
pull/13057/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 013ce43ed9

@ -800,7 +800,7 @@ class MatMul(PrimitiveWithCheck):
class BatchMatMul(MatMul):
"""
r"""
Computes matrix multiplication between two tensors by batch.
.. math::

Loading…
Cancel
Save