blob: b97d5b4d5c3effa1d8736dbe38cb2d5e9d35b3fc [file] [log] [blame]
ExecuTorch Runtime API Reference
================================
The ExecuTorch C++ API provides an on-device execution framework for exported PyTorch models.
For a tutorial style introduction to the runtime API, check out the
<TODO Insert Tutorial Link Here When It Exists> tutorial.
Model Loading and Execution
---------------------------
.. doxygenclass:: torch::executor::DataLoader
:members:
.. doxygenclass:: torch::executor::MemoryAllocator
:members:
.. doxygenclass:: torch::executor::HierarchicalAllocator
:members:
.. doxygenclass:: torch::executor::MemoryManager
:members:
.. doxygenclass:: torch::executor::Program
:members:
.. doxygenclass:: torch::executor::Method
:members:
.. doxygenclass:: torch::executor::MethodMeta
:members:
Values
------
.. doxygenstruct:: torch::executor::EValue
:members:
.. doxygenclass:: torch::executor::Tensor
:members: