mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Closes https://github.com/pytorch/pytorch/issues/28983. Documentation for `torch.distributed.rpc` and `torch.distributed.autograd` modules. Also fixes/tidies up some of the docstrings in rpc/autograd, and moves some functions to be private so they don't show up in the documentation. Note: Much of the text to describe/explain the RPC/RRef layers are taken from the following RFCs: https://github.com/pytorch/pytorch/issues/23110, https://github.com/pytorch/pytorch/issues/26759 Pull Request resolved: https://github.com/pytorch/pytorch/pull/29276 Differential Revision: D18478754 Pulled By: rohan-varma fbshipit-source-id: e9a7089baf5275304e5408d319eb9bf98e53fff8
94 lines
1.8 KiB
ReStructuredText
94 lines
1.8 KiB
ReStructuredText
.. 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/*
|
|
PyTorch on XLA Devices <http://pytorch.org/xla/>
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 1
|
|
:caption: Community
|
|
|
|
community/*
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Python API
|
|
|
|
torch
|
|
nn
|
|
nn.functional
|
|
tensors
|
|
tensor_attributes
|
|
torch.autograd <autograd>
|
|
cuda
|
|
torch.distributed <distributed>
|
|
torch.distributions <distributions>
|
|
torch.hub <hub>
|
|
torch.jit <jit>
|
|
nn.init
|
|
onnx
|
|
optim
|
|
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.model_zoo <model_zoo>
|
|
torch.utils.tensorboard <tensorboard>
|
|
type_info
|
|
named_tensor
|
|
name_inference
|
|
torch.__config__ <__config__>
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 2
|
|
:caption: torchvision Reference
|
|
|
|
torchvision/index
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: torchaudio Reference
|
|
|
|
torchaudio <https://pytorch.org/audio>
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: torchtext Reference
|
|
|
|
torchtext <https://pytorch.org/text>
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Other Languages
|
|
|
|
C++ API <https://pytorch.org/cppdocs/>
|
|
packages
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|