Skip to content

Commit

Permalink
fix another sys msg
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 24, 2023
1 parent 85713fc commit 47a1501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/paddle/tensor/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2801,9 +2801,9 @@ def eigh(x, UPLO='L', name=None):
Returns:
2-element tuple containing
- out_value(Tensor): A Tensor with shape [*, N] and data type of float32 and float64.
- out_value(Tensor): A Tensor with shape :math:`[*, N]` and data type of float32 and float64.
The eigenvalues of eigh op.
- out_vector(Tensor): A Tensor with shape [*, N, N] and data type of float32,float64,
- out_vector(Tensor): A Tensor with shape :math:`[*, N, N]` and data type of float32, float64,
complex64 and complex128. The eigenvectors of eigh op.
Examples:
Expand Down

0 comments on commit 47a1501

Please sign in to comment.