1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Python API
==========
ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exchange (ONNX) models.
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_
or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
.. toctree::
:maxdepth: 1
:caption: Inference
tutorial
api_summary
.. toctree::
:maxdepth: 1
:caption: LARGE MODEL TRAINING
ortmodule/overview
ortmodule/api
.. toctree::
:maxdepth: 1
:caption: ON-DEVICE TRAINING
on_device_training/overview
on_device_training/training_artifacts
on_device_training/training_api
|