Skip to content

Commit ce9963e

Browse files
Ikko Ashiminepytorchmergebot
Ikko Ashimine
authored andcommitted
Fix typo in _lobpcg.py (pytorch#91641)
represenation -> representation Pull Request resolved: pytorch#91641 Approved by: https://github.com/zou3519
1 parent 66b3325 commit ce9963e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_lobpcg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _polynomial_value(poly, x, zero_power, transition):
8383
8484
x (Tensor): the value (possible batched) to evalate the polynomial `poly` at.
8585
86-
zero_power (Tensor): the represenation of `x^0`. It is application-specific.
86+
zero_power (Tensor): the representation of `x^0`. It is application-specific.
8787
8888
transition (Callable): the function that accepts some intermediate result `int_val`,
8989
the `x` and a specific polynomial coefficient

0 commit comments

Comments
 (0)