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