onnxruntime/docs/python/index.rst

30 lines
655 B
ReStructuredText
Raw Normal View History

2018-11-20 00:48:22 +00:00
Python API
==========
2018-11-20 00:48:22 +00:00
2019-10-21 23:56:31 +00:00
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/>`_.
2018-11-20 00:48:22 +00:00
.. toctree::
:maxdepth: 1
:caption: Inference
2018-11-20 00:48:22 +00:00
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