.. _f-opzzz: module ``onnxrt.ops_onnxruntime._op`` ===================================== .. inheritance-diagram:: mlprodict.onnxrt.ops_onnxruntime._op Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_onnxruntime._op`` Shortcut to *ops_onnxruntime*. :githublink:`%|py|6` Classes +++++++ +-----------------------------------------------------------------------------------+------------------------------------------------------------------------------------------+ | class | truncated documentation | +===================================================================================+==========================================================================================+ | :class:`OpRunOnnxRuntime ` | Unique operator which calls :epkg:`onnxruntime` to compute predictions for one operator. | +-----------------------------------------------------------------------------------+------------------------------------------------------------------------------------------+ Methods +++++++ +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +========================================================================================================+==================================================================================================================+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_guess_proto_type ` | | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | Initializes the node. | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name_mapping ` | | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | Should be overwritten. | +--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_onnxruntime._op :members: :special-members: __init__ :show-inheritance: