mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary: Redo of https://github.com/pytorch/pytorch/issues/56373 out of stack. --- To reviewers: **please be nitpicky**. I've read this so often that I probably missed some typos and inconsistencies. Pull Request resolved: https://github.com/pytorch/pytorch/pull/57247 Reviewed By: albanD Differential Revision: D28247402 Pulled By: mruberry fbshipit-source-id: 71142678ee5c82cc8c0ecc1dad6a0b2b9236d3e6
12 lines
343 B
ReStructuredText
12 lines
343 B
ReStructuredText
torch.testing
|
|
=============
|
|
|
|
.. warning::
|
|
|
|
This module is in a PROTOTYPE state. New functions are still being added, and the available functions may change in
|
|
future PyTorch releases. We are actively looking for feedback for UI/UX improvements or missing functionalities.
|
|
|
|
.. automodule:: torch.testing
|
|
|
|
.. autofunction:: assert_close
|