=====
Tools
=====
Some of useful tools.
Text representation
===================
Plotting a graph is great but difficult to read when
the graph is big and it is slow.
:func:`onnx_array_api.plotting.text_plot.onnx_simple_text_plot`
prints out a text representation.
Differences between two models
==============================
How to understand the differences between two models
assuming they are producing the same outputs?
Example :ref:`l-onnx-diff-example` shows how to do it.