mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Fix several gramma errors in PyTorch docs. Pull Request resolved: https://github.com/pytorch/pytorch/pull/166158 Approved by: https://github.com/yewentao256, https://github.com/cyyever, https://github.com/ezyang
21 lines
331 B
Markdown
21 lines
331 B
Markdown
# torch.mtia.memory
|
|
|
|
The MTIA backend is implemented out of the tree, only interfaces are defined here.
|
|
|
|
```{eval-rst}
|
|
.. automodule:: torch.mtia.memory
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. currentmodule:: torch.mtia.memory
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
|
|
memory_stats
|
|
memory_allocated
|
|
```
|