Fix typo in _lobpcg.py (#91641)

represenation -> representation
Pull Request resolved: https://github.com/pytorch/pytorch/pull/91641
Approved by: https://github.com/zou3519
This commit is contained in:
Ikko Ashimine
2023-01-04 15:19:05 +00:00
committed by PyTorch MergeBot
parent 66b3325304
commit ce9963e6ba

View File

@ -83,7 +83,7 @@ def _polynomial_value(poly, x, zero_power, transition):
x (Tensor): the value (possible batched) to evalate the polynomial `poly` at.
zero_power (Tensor): the represenation of `x^0`. It is application-specific.
zero_power (Tensor): the representation of `x^0`. It is application-specific.
transition (Callable): the function that accepts some intermediate result `int_val`,
the `x` and a specific polynomial coefficient