pytorch/docs/cpp/source/index.rst
sven e585f2fb48 Polish CPP docs, Minor Python Docs Fixes (#11722)
Differential Revision: D9919120

Pulled By: goldsborough

fbshipit-source-id: bf14cbe4ab79524495957cb749828046af864aab
2018-09-18 14:55:57 -07:00

41 lines
817 B
ReStructuredText

PyTorch C++ API
===============
The PyTorch C++ API is a research and production ready C++ interface to PyTorch,
a library for tensors and dynamic neural networks with strong GPU acceleration.
Description
-----------
The PyTorch C++ API provides all the major building blocks to research and iterate on
state of the art machine learning models with a user friendly modern C++ interface,
as well as providing an excellent platform for deploying machine learning applications
in bare bones, high performance environments.
1. Design Philosophy
2. Description of components
3. One small example
License
-------
Contents
========
.. toctree::
:maxdepth: 2
api/library_root
examples
building
contributing
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`