.. _f-modelchecker: module ``onnxrt.model_checker`` =============================== Short summary +++++++++++++ module ``mlprodict.onnxrt.model_checker`` Investigate issues happening with float32. :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +==========================================================================================+=========================================================================================================================+ | :func:`astype_range ` | Computes ranges for every number in an array once converted into *float32*. The function returns two matrices which ... | +------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`enumerate_random_inputs ` | Enumerates random matrices. | +------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`onnx_shaker ` | Shakes a model :epkg:`ONNX`. Explores the ranges for every prediction. Uses :func:`astype_range` | +------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.model_checker :members: :special-members: __init__ :show-inheritance: