.. _f-onnxtools: module ``onnx_tools.onnx_tools`` ================================ Short summary +++++++++++++ module ``mlprodict.onnx_tools.onnx_tools`` Functions to manipulate ONNX file. :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=============================================================================================+==========================================================================================================================+ | :func:`ensure_topological_order ` | Ensures and modifies the order of nodes to have a topological order (every node in the list can only be an input ... | +---------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`enumerate_onnx_names ` | Enumerates all existing names in one ONNX graph (:epkg:`ModelProto`, :epkg:`FunctionProto`, :epkg:`GraphProto`). ... | +---------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`enumerate_onnx_nodes ` | Enumerates all nodes in one ONNX graph (:epkg:`ModelProto`, :epkg:`FunctionProto`, :epkg:`GraphProto`). The function ... | +---------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`find_node_input_name ` | Finds a node input by its name. | +---------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`find_node_name ` | Finds a node by its name. | +---------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`insert_node ` | Inserts a node before one node input. | +---------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnx_tools.onnx_tools :members: :special-members: __init__ :show-inheritance: