onnxruntime/docs/api/python/sources/examples_md.rst.txt
github-actions[bot] 8bde251409
Update Python API docs to commit 9765949 (#10181)
Co-authored-by: natke <natke@users.noreply.github.com>
2022-01-04 09:32:40 -08:00

24 lines
720 B
ReStructuredText

.. only:: md
Gallery of examples
===================
This series of examples briefly goes into the main
feature *ONNX Runtime* implements. Each of them run in a
few seconds and relies on machine learned models
trained with `scikit-learn <http://scikit-learn.org/stable/>`_.
.. toctree::
:maxdepth: 1
:caption: Contents:
auto_examples/plot_load_and_predict
auto_examples/plot_common_errors
auto_examples/plot_train_convert_predict
auto_examples/plot_pipeline
auto_examples/plot_backend
auto_examples/plot_convert_pipeline_vectorizer
auto_examples/plot_metadata
auto_examples/plot_profiling