Skip to content

Commit a5001e6

Browse files
committed
* -> \*
1 parent b982801 commit a5001e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/tensor/linalg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3113,11 +3113,11 @@ def lu(
31133113
Returns:
31143114
factorization (Tensor), LU matrix, the factorization of input X.
31153115
3116-
pivots (IntTensor), the pivots of size(*(N-2), min(m,n)). `pivots` stores all the
3116+
pivots (IntTensor), the pivots of size(\*(N-2), min(m,n)). `pivots` stores all the
31173117
intermediate transpositions of rows. The final permutation `perm` could be
31183118
reconstructed by this, details refer to upper example.
31193119
3120-
infos (IntTensor, optional), if `get_infos` is `True`, this is a tensor of size (*(N-2))
3120+
infos (IntTensor, optional), if `get_infos` is `True`, this is a tensor of size (\*(N-2))
31213121
where non-zero values indicate whether factorization for the matrix or each minibatch
31223122
has succeeded or failed.
31233123

0 commit comments

Comments
 (0)