.. _f-validatez: module ``onnxrt.validate.validate`` =================================== Short summary +++++++++++++ module ``mlprodict.onnxrt.validate.validate`` Validates runtime for many :scikit-learn: operators. The submodule relies on :epkg:`onnxconverter_common`, :epkg:`sklearn-onnx`. :githublink:`%|py|7` Functions +++++++++ +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | function | truncated documentation | +========================================================================================================================================+=======================================================================================+ | :func:`_call_conv_runtime_opset ` | | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`_call_runtime ` | Private. | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`_check_run_benchmark ` | | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`_dofit_model ` | | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`_enumerate_validated_operator_opsets_ops ` | | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`_enumerate_validated_operator_opsets_version ` | | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`_retrieve_problems_extra ` | Use by :func:`enumerate_compatible_opset`. | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`_run_skl_prediction ` | | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`enumerate_compatible_opset ` | Lists all compatible opsets for a specific model. | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`enumerate_validated_operator_opsets ` | Tests all possible configurations for all possible operators and returns the results. | +----------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.validate.validate :members: :special-members: __init__ :show-inheritance: