.. _f-opconvcpython-39-x8664-linux-gnu: module ``onnxrt.ops_cpu.op_conv_`` ================================== Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_cpu.op_conv_`` Implements runtime for operator Conv. The code is inspired from `conv.cc `_ in :epkg:`onnxruntime`. :githublink:`%|py|0` Classes +++++++ +--------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +====================================================================+=======================================================================================================================================================================================+ | :class:`ConvDouble ` | Implements float runtime for operator Conv. The code is inspired from `conv.cc `_ ... | +--------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`ConvFloat ` | Implements float runtime for operator Conv. The code is inspired from `conv.cc `_ ... | +--------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_cpu.op_conv_ :members: :special-members: __init__ :show-inheritance: