blob: e78bcb3a7d535c36e1dc9ab7446c8d60ebf26438 [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
`runtime api tutorial <running-a-model-cpp-tutorial.html>`__.
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: