mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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
41 lines
817 B
ReStructuredText
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`
|