.. _f-onnxinferencemanipulations: module ``onnxrt.onnx_inference_manipulations`` ============================================== Short summary +++++++++++++ module ``mlprodict.onnxrt.onnx_inference_manipulations`` Implements a class able to compute the predictions from on an :epkg:`ONNX` model. :githublink:`%|py|6` Functions +++++++++ +-------------------------------------------------------------------------------------------------------------------+----------------------------------------+ | function | truncated documentation | +===================================================================================================================+========================================+ | :func:`enumerate_model_node_outputs ` | Enumerates all the nodes of a model. | +-------------------------------------------------------------------------------------------------------------------+----------------------------------------+ | :func:`select_model_inputs_outputs ` | Takes a model and changes its outputs. | +-------------------------------------------------------------------------------------------------------------------+----------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.onnx_inference_manipulations :members: :special-members: __init__ :show-inheritance: