mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
After our failed attempt to remove `assert_allclose` in #87974, we decided to add it to the documentation after all. Although we drop the expected removal date, the function continues to be deprecated in favor of `assert_close`. Pull Request resolved: https://github.com/pytorch/pytorch/pull/89526 Approved by: https://github.com/mruberry
10 lines
188 B
ReStructuredText
10 lines
188 B
ReStructuredText
torch.testing
|
|
=============
|
|
|
|
.. automodule:: torch.testing
|
|
.. currentmodule:: torch.testing
|
|
|
|
.. autofunction:: assert_close
|
|
.. autofunction:: make_tensor
|
|
.. autofunction:: assert_allclose
|