.. _f-onnxoptimisationredundant: module ``onnxrt.optim.onnx_optimisation_redundant`` =================================================== Short summary +++++++++++++ module ``mlprodict.onnxrt.optim.onnx_optimisation_redundant`` Optimisation of :epkg:`ONNX` graphs. :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +====================================================================================================================+======================================================================================================================+ | :func:`_hash_obj_content ` | Hash the content of an object. | +--------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :func:`onnx_remove_node_redundant ` | Removes redundant part of the graph. A redundant part is a set of nodes which takes the same inputs and produces ... | +--------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.optim.onnx_optimisation_redundant :members: :special-members: __init__ :show-inheritance: