.. _f-session: module ``onnxrt.ops_whole.session`` =================================== .. inheritance-diagram:: mlprodict.onnxrt.ops_whole.session Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_whole.session`` Shortcut to *ops_whole*. :githublink:`%|py|6` Classes +++++++ +---------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+ | class | truncated documentation | +=================================================================================+====================================================================================================+ | :class:`OnnxWholeSession ` | Runs the prediction for a single :epkg:`ONNX`, it lets the runtime handle the graph logic as well. | +---------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+ Static Methods ++++++++++++++ +---------------------------------------------------------------------------------------------------+--------------------------------------------------+ | staticmethod | truncated documentation | +===================================================================================================+==================================================+ | :meth:`process_profiling ` | Flattens json returned by onnxruntime profiling. | +---------------------------------------------------------------------------------------------------+--------------------------------------------------+ Methods +++++++ +-------------------------------------------------------------------------------------------+-------------------------------------+ | method | truncated documentation | +===========================================================================================+=====================================+ | :py:meth:`__init__ ` | | +-------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`get_profiling ` | Returns the profiling informations. | +-------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`run ` | Computes the predictions. | +-------------------------------------------------------------------------------------------+-------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_whole.session :members: :special-members: __init__ :show-inheritance: