mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Fixes #155035 Pull Request resolved: https://github.com/pytorch/pytorch/pull/155523 Approved by: https://github.com/AlannaBurke, https://github.com/svekars
22 lines
269 B
Markdown
22 lines
269 B
Markdown
# torch.testing
|
|
|
|
```{eval-rst}
|
|
.. automodule:: torch.testing
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. currentmodule:: torch.testing
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: assert_close
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: make_tensor
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: assert_allclose
|
|
```
|