!21711 update Matmul docs for its wrong format

Merge pull request !21711 from dinglinhe/code_docs_dlh_r1.4_I440D3_1
This commit is contained in:
i-robot 2021-08-12 07:05:30 +00:00 committed by Gitee
commit 0f298d22f9
1 changed files with 1 additions and 1 deletions

View File

@ -1037,7 +1037,7 @@ class MatMul(PrimitiveWithCheck):
r"""
Multiplies matrix `x` and matrix `y`.
.. math::
.. math::
(Output)_{i j}=\\sum_{k=1}^{p} a_{i k} b_{k j}=a_{i 1} b_{1 j}+a_{i 2} b_{2 j}+\\cdots+a_{i p} b_{p j}, p\\in N