Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NKNaN committed Apr 3, 2024
1 parent ccdb50c commit e5b1921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/tensor/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ def svd_lowrank(x, q=None, niter=2, M=None, name=None):
zero or more batch dimensions. N and M can be arbitrary positive number.
The data type of ``x`` should be float32 or float64.
q (int, optional): A slightly overestimated rank of :math:`X`.
Default value is :math:`q=min(6,N,M)`.
Default value is None, which means the overestimated rank is 6.
niter (int, optional): The number of iterations to perform. Default: 2.
M (Tensor, optional): The input tensor's mean. Its shape should be `[..., 1, M]`.
Default value is None.
Expand Down

0 comments on commit e5b1921

Please sign in to comment.