.. _f-skl2onnxhelper: module ``onnx_tools.exports.skl2onnx_helper`` ============================================= Short summary +++++++++++++ module ``mlprodict.onnx_tools.exports.skl2onnx_helper`` Helpers to run examples created with :epkg:`sklearn-onnx`. :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +========================================================================================================+======================================================================================================================+ | :func:`_clean_initializer_name ` | | +--------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :func:`_clean_operator_name ` | | +--------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :func:`_clean_variable_name ` | | +--------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :func:`_copy_inout ` | | +--------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :func:`add_onnx_graph ` | Adds a whole ONNX graph to an existing one following :epkg:`skl2onnx` API assuming this ONNX graph implements an ... | +--------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :func:`get_tensor_elem_type ` | Returns the element type if that makes sense for this object. | +--------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :func:`get_tensor_shape ` | Returns the shape if that makes sense for this object. | +--------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnx_tools.exports.skl2onnx_helper :members: :special-members: __init__ :show-inheritance: