.. _f-opconvz: module ``onnxrt.ops_onnx.op_conv`` ================================== .. inheritance-diagram:: mlprodict.onnxrt.ops_onnx.op_conv Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_onnx.op_conv`` Extension for :epkg:`ReferenceEvaluator`. :githublink:`%|py|6` Classes +++++++ +--------------------------------------------------------+--------------------------------------------------------------------------------------------+ | class | truncated documentation | +========================================================+============================================================================================+ | :class:`Conv ` | C++ implementation of operator Conv for :epkg:`ReferenceEvaluator`. See following example. | +--------------------------------------------------------+--------------------------------------------------------------------------------------------+ Properties ++++++++++ +------------------------------------------------------------------+-----------------------------------+ | property | truncated documentation | +==================================================================+===================================+ | :meth:`domain ` | Returns node attribute `domain`. | +------------------------------------------------------------------+-----------------------------------+ | :meth:`input ` | Returns node attribute `input`. | +------------------------------------------------------------------+-----------------------------------+ | :meth:`op_type ` | Returns node attribute `op_type`. | +------------------------------------------------------------------+-----------------------------------+ | :meth:`output ` | Returns node attribute `output`. | +------------------------------------------------------------------+-----------------------------------+ Methods +++++++ +--------------------------------------------------------------------+----------------------------------------------------+ | method | truncated documentation | +====================================================================+====================================================+ | :py:meth:`_run ` | | +--------------------------------------------------------------------+----------------------------------------------------+ | :meth:`get_impl ` | Instantiates the C++ implementation and caches it. | +--------------------------------------------------------------------+----------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_onnx.op_conv :members: :special-members: __init__ :show-inheritance: