onnxruntime/docs/python/inference/examples_md.rst
Xavier Dupré 11f0081c1e
Remove tensorflow, tf2onnx from the list of dependencies for the documentation (#9221)
* Remove tensorflow, tf2onnx from the list of dependencies for the documentation
* improve documentation
* update API
2021-10-14 18:07:35 +02: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