File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments