:orphan:
Core Gallery
============
Examples about the core ONNX builder, evaluators, graph utilities, and shape expressions.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_print_command_thumb.png
:alt:
:doc:`/auto_examples_core/plot_print_command`
.. raw:: html
Command Line: python -m yobx print
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_einsum_cost_comparison_thumb.png
:alt:
:doc:`/auto_examples_core/plot_einsum_cost_comparison`
.. raw:: html
Comparing Computational Cost of Three Einsum→ONNX Strategies
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_translate_comparison_thumb.png
:alt:
:doc:`/auto_examples_core/plot_translate_comparison`
.. raw:: html
Comparing the five ONNX translation APIs
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_evaluator_comparison_thumb.png
:alt:
:doc:`/auto_examples_core/plot_evaluator_comparison`
.. raw:: html
Comparing the three evaluators
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_cost_formulas_thumb.png
:alt:
:doc:`/auto_examples_core/plot_cost_formulas`
.. raw:: html
Computation Cost: How It Works and Supported Operator Formulas
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_computed_shapes_thumb.png
:alt:
:doc:`/auto_examples_core/plot_computed_shapes`
.. raw:: html
Computed Shapes: Add + Concat + Reshape
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_einsum_thumb.png
:alt:
:doc:`/auto_examples_core/plot_einsum`
.. raw:: html
Decompose Einsum into Regular ONNX Operators
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_shape_expressions_thumb.png
:alt:
:doc:`/auto_examples_core/plot_shape_expressions`
.. raw:: html
Expressions in Shape Computation
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_extended_model_container_thumb.png
:alt:
:doc:`/auto_examples_core/plot_extended_model_container`
.. raw:: html
ExtendedModelContainer: large-initializer ONNX models
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_extended_reference_evaluator_thumb.png
:alt:
:doc:`/auto_examples_core/plot_extended_reference_evaluator`
.. raw:: html
ExtendedReferenceEvaluator: running models with contrib operators
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_mini_onnx_builder_thumb.png
:alt:
:doc:`/auto_examples_core/plot_mini_onnx_builder`
.. raw:: html
MiniOnnxBuilder: serialize tensors to an ONNX model
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_dot_graph_thumb.png
:alt:
:doc:`/auto_examples_core/plot_dot_graph`
.. raw:: html
ONNX Graph Visualization with to_dot
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_mermaid_graph_thumb.png
:alt:
:doc:`/auto_examples_core/plot_mermaid_graph`
.. raw:: html
ONNX Graph Visualization with to_mermaid
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_symbolic_cost_thumb.png
:alt:
:doc:`/auto_examples_core/plot_symbolic_cost`
.. raw:: html
Symbolic Cost of a Model: Attention Block
.. raw:: html
.. only:: html
.. image:: /auto_examples_core/images/thumb/sphx_glr_plot_tree_statistics_thumb.png
:alt:
:doc:`/auto_examples_core/plot_tree_statistics`
.. raw:: html
Tree-Ensemble Statistics
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/auto_examples_core/plot_print_command
/auto_examples_core/plot_einsum_cost_comparison
/auto_examples_core/plot_translate_comparison
/auto_examples_core/plot_evaluator_comparison
/auto_examples_core/plot_cost_formulas
/auto_examples_core/plot_computed_shapes
/auto_examples_core/plot_einsum
/auto_examples_core/plot_shape_expressions
/auto_examples_core/plot_extended_model_container
/auto_examples_core/plot_extended_reference_evaluator
/auto_examples_core/plot_mini_onnx_builder
/auto_examples_core/plot_dot_graph
/auto_examples_core/plot_mermaid_graph
/auto_examples_core/plot_symbolic_cost
/auto_examples_core/plot_tree_statistics
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: auto_examples_core_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: auto_examples_core_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery