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.
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 Compares the conversions of the same model with different options shows how to do it.