update Matmul docs for its wrong format

This commit is contained in:
dinglinhe 2021-08-12 11:22:46 +08:00
parent 671b05e034
commit 1c5290e1d9
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