mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
55 lines
990 B
ReStructuredText
55 lines
990 B
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/*
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Package Reference
|
|
|
|
torch
|
|
tensors
|
|
storage
|
|
nn
|
|
optim
|
|
torch.autograd <autograd>
|
|
torch.multiprocessing <multiprocessing>
|
|
torch.legacy <legacy>
|
|
cuda
|
|
ffi
|
|
data
|
|
model_zoo
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 1
|
|
:caption: torchvision Reference
|
|
|
|
torchvision/torchvision
|
|
torchvision/datasets
|
|
torchvision/models
|
|
torchvision/transforms
|
|
torchvision/utils
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|