forked from huawei/mindspore2022
!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:
commit
0f298d22f9
|
|
@ -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