pytorch/torch/testing/_internal/opinfo
redwrasse 8a22551300 Fixes OpInfo gradient checks for ctc_loss (#154590)
Fixes #67462

Re-enables `OpInfo` gradient checks for the restricted scenarios where the current `ctc_loss` implementation is accurate and consistent.

The desired `ctc_loss` gradient behavior appears to be an ongoing discussion, see
https://github.com/pytorch/pytorch/issues/52241. The `OpInfo` gradient checks can be updated if/as the underlying implementation advances.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/154590
Approved by: https://github.com/soulitzer
2025-06-10 19:56:39 +00:00
..
definitions Treat dim=[] same as dim=None (#153570) 2025-05-20 22:44:29 +00:00
__init__.py
core.py Fixes OpInfo gradient checks for ctc_loss (#154590) 2025-06-10 19:56:39 +00:00
refs.py
utils.py PEP585 update - torch/testing (#145200) 2025-01-20 22:42:42 +00:00