pytorch/docs/cpp/index.rst
Peter Goldsborough 65b9308128 Basic infrastructure for C++ documentation (#10569)
Summary:
Adds the folder structure, Doxyfile, sphinx setup and Makefile to build C++ docs.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/10569

Differential Revision: D9386744

Pulled By: goldsborough

fbshipit-source-id: 0a7c581dcf0a5f7b01ba19d317b493cf95935134
2018-08-17 15:39:50 -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`