.. _f-onnxcode: module ``cli.onnx_code`` ======================== Short summary +++++++++++++ module ``mlprodict.cli.onnx_code`` Command line to check einsum scenarios. :githublink:`%|py|5` Functions +++++++++ +-----------------------------------------------------------+-------------------------------------------------------------------+ | function | truncated documentation | +===========================================================+===================================================================+ | :func:`dynamic_doc ` | Generates the documentation for ONNX operators. | +-----------------------------------------------------------+-------------------------------------------------------------------+ | :func:`onnx_code ` | Exports an ONNX graph into a python code creating the same graph. | +-----------------------------------------------------------+-------------------------------------------------------------------+ | :func:`plot_onnx ` | Plots an ONNX graph on the standard output. | +-----------------------------------------------------------+-------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.cli.onnx_code :members: :special-members: __init__ :show-inheritance: