| 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` |