forked from mindspore-Ecosystem/mindspore
update Matmul docs for its wrong format
This commit is contained in:
parent
eb23047515
commit
6a4743441e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue