update document of matrixinverse

This commit is contained in:
liuhe 2021-04-12 11:27:23 +08:00
parent 64f29e1c1c
commit 7175d3deef
1 changed files with 1 additions and 1 deletions

View File

@ -4493,7 +4493,7 @@ class MatrixInverse(PrimitiveWithInfer):
Inputs:
- **x** (Tensor) - A matrix to be calculated. The matrix must be at least two dimensions, and the last two
dimensions must be the same size. types: float32, float64.
dimensions must be the same size. types: float32, float64.
Outputs:
Tensor, has the same type and shape as input `x`.