mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
66b3325304
commit
ce9963e6ba
@ -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
|
||||
|
Reference in New Issue
Block a user