update Matmul docs for its wrong format

This commit is contained in:
dinglinhe 2021-08-12 11:22:46 +08:00
parent eb23047515
commit 6a4743441e
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