| .. PyTorch documentation master file, created by |
| sphinx-quickstart on Fri Dec 23 13:31:47 2016. |
| You can adapt this file completely to your liking, but it should at least |
| contain the root `toctree` directive. |
| |
| :github_url: https://github.com/pytorch/pytorch |
| |
| PyTorch documentation |
| =================================== |
| |
| PyTorch is an optimized tensor library for deep learning using GPUs and CPUs. |
| |
| .. toctree:: |
| :glob: |
| :maxdepth: 1 |
| :caption: Notes |
| |
| notes/* |
| |
| .. toctree:: |
| :maxdepth: 1 |
| :caption: Language Bindings |
| |
| cpp_index |
| Javadoc <https://pytorch.org/javadoc/> |
| |
| .. toctree:: |
| :maxdepth: 1 |
| :caption: Python API |
| |
| torch |
| nn |
| nn.functional |
| tensors |
| tensor_attributes |
| tensor_view |
| torch.autograd <autograd> |
| cuda |
| torch.cuda.amp <amp> |
| torch.backends <backends> |
| torch.distributed <distributed> |
| torch.distributions <distributions> |
| torch.fft <fft> |
| futures |
| torch.hub <hub> |
| torch.jit <jit> |
| torch.linalg <linalg> |
| nn.init |
| onnx |
| optim |
| complex_numbers |
| quantization |
| rpc |
| torch.random <random> |
| sparse |
| storage |
| torch.utils.bottleneck <bottleneck> |
| torch.utils.checkpoint <checkpoint> |
| torch.utils.cpp_extension <cpp_extension> |
| torch.utils.data <data> |
| torch.utils.dlpack <dlpack> |
| torch.utils.mobile_optimizer <mobile_optimizer> |
| torch.utils.model_zoo <model_zoo> |
| torch.utils.tensorboard <tensorboard> |
| type_info |
| named_tensor |
| name_inference |
| torch.__config__ <__config__> |
| |
| .. toctree:: |
| :maxdepth: 1 |
| :caption: Libraries |
| |
| torchaudio <https://pytorch.org/audio> |
| torchtext <https://pytorch.org/text> |
| torchvision <https://pytorch.org/vision> |
| TorchElastic <https://pytorch.org/elastic/> |
| TorchServe <https://pytorch.org/serve> |
| PyTorch on XLA Devices <http://pytorch.org/xla/> |
| |
| .. toctree:: |
| :glob: |
| :maxdepth: 1 |
| :caption: Community |
| |
| community/* |
| |
| Indices and tables |
| ================== |
| |
| * :ref:`genindex` |
| * :ref:`modindex` |