blob: 2743c3ea650b4ebd8ab9d0f0dc0349637ab67079 [file] [log] [blame]
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`