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