.. _f-onnxhelper: module ``onnxrt.optim.onnx_helper`` =================================== Short summary +++++++++++++ module ``mlprodict.onnxrt.optim.onnx_helper`` Statistics on :epkg:`ONNX` models. :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +========================================================================================================+=======================================================================================================================+ | :func:`change_input_first_dimension ` | Some models are converted under the assumption batch prediction is not necessary. This function changes the first ... | +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`onnx_statistics ` | Computes statistics on :epkg:`ONNX` models, extracts informations about the model such as the number of nodes. | +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.optim.onnx_helper :members: :special-members: __init__ :show-inheritance: