mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Deleting FFI documentation since its deprecated. Differential Revision: D13477329 Pulled By: soumith fbshipit-source-id: 0b3d485eb7cef1f05b6b397dff50f21a49d6409e
63 lines
1.1 KiB
ReStructuredText
63 lines
1.1 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/*
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Package Reference
|
|
|
|
torch
|
|
tensors
|
|
tensor_attributes
|
|
type_info
|
|
sparse
|
|
cuda
|
|
storage
|
|
nn
|
|
optim
|
|
torch.autograd <autograd>
|
|
torch.distributed <distributed>
|
|
torch.distributions <distributions>
|
|
torch.jit <jit>
|
|
torch.multiprocessing <multiprocessing>
|
|
bottleneck
|
|
checkpoint
|
|
cpp_extension
|
|
data
|
|
dlpack
|
|
hub
|
|
model_zoo
|
|
onnx
|
|
torch.distributed.deprecated <distributed_deprecated>
|
|
torch.legacy <legacy>
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 2
|
|
:caption: torchvision Reference
|
|
|
|
torchvision/index
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|