onnxruntime/docs/api/python/sources/auto_examples/index.rst.txt

210 lines
4.4 KiB
Text
Raw Normal View History

:orphan:
2020-08-13 02:12:50 +00:00
.. _sphx_glr_auto_examples:
Gallery of examples
===================
2019-12-20 21:35:58 +00:00
.. toctree::
:maxdepth: 1
2019-12-20 21:35:58 +00:00
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="There is no other way to look into one model stored in ONNX format than looking into its node w...">
.. only:: html
2020-08-13 02:12:50 +00:00
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_pipeline_thumb.png
:alt: Draw a pipeline
2020-08-13 02:12:50 +00:00
:ref:`sphx_glr_auto_examples_plot_pipeline.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/auto_examples/plot_pipeline
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates how to load a model and compute the output for an input vector. It al...">
.. only:: html
2020-08-13 02:12:50 +00:00
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_load_and_predict_thumb.png
:alt: Load and predict with ONNX Runtime and a very simple model
2020-08-13 02:12:50 +00:00
:ref:`sphx_glr_auto_examples_plot_load_and_predict.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/auto_examples/plot_load_and_predict
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="*ONNX Runtime* extends the `onnx backend API &lt;https://github.com/onnx/onnx/blob/master/docs/Im...">
.. only:: html
2020-08-13 02:12:50 +00:00
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_backend_thumb.png
:alt: ONNX Runtime Backend for ONNX
2020-08-13 02:12:50 +00:00
:ref:`sphx_glr_auto_examples_plot_backend.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/auto_examples/plot_backend
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="ONNX format contains metadata related to how the model was produced. It is useful when the mode...">
.. only:: html
2020-08-13 02:12:50 +00:00
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_metadata_thumb.png
:alt: Metadata
2020-08-13 02:12:50 +00:00
:ref:`sphx_glr_auto_examples_plot_metadata.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/auto_examples/plot_metadata
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="*ONNX Runtime* can profile the execution of the model. This example shows how to interpret the ...">
.. only:: html
2020-08-13 02:12:50 +00:00
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_profiling_thumb.png
:alt: Profile the execution of a simple model
2020-08-13 02:12:50 +00:00
:ref:`sphx_glr_auto_examples_plot_profiling.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/auto_examples/plot_profiling
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates an end to end scenario starting with the training of a scikit-learn p...">
.. only:: html
2020-08-13 02:12:50 +00:00
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_convert_pipeline_vectorizer_thumb.png
:alt: Train, convert and predict with ONNX Runtime
2020-08-13 02:12:50 +00:00
:ref:`sphx_glr_auto_examples_plot_convert_pipeline_vectorizer.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/auto_examples/plot_convert_pipeline_vectorizer
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This example looks into several common situations in which *onnxruntime* does not return the mo...">
.. only:: html
2020-08-13 02:12:50 +00:00
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_common_errors_thumb.png
:alt: Common errors with onnxruntime
2020-08-13 02:12:50 +00:00
:ref:`sphx_glr_auto_examples_plot_common_errors.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/auto_examples/plot_common_errors
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates an end to end scenario starting with the training of a machine learne...">
.. only:: html
2020-08-13 02:12:50 +00:00
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_train_convert_predict_thumb.png
:alt: Train, convert and predict with ONNX Runtime
2020-08-13 02:12:50 +00:00
:ref:`sphx_glr_auto_examples_plot_train_convert_predict.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/auto_examples/plot_train_convert_predict
.. raw:: html
2020-08-13 02:12:50 +00:00
<div class="sphx-glr-clear"></div>
.. only :: html
.. container:: sphx-glr-footer
:class: sphx-glr-footer-gallery
2020-08-13 02:12:50 +00:00
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: auto_examples_python.zip </auto_examples/auto_examples_python.zip>`
2020-08-13 02:12:50 +00:00
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip </auto_examples/auto_examples_jupyter.zip>`
.. only:: html
.. rst-class:: sphx-glr-signature
2020-08-13 02:12:50 +00:00
`Gallery generated by Sphinx-Gallery <https://sphinx-gallery.github.io>`_