.. _f-opresize: module ``onnxrt.ops_cpu.op_resize`` =================================== .. inheritance-diagram:: mlprodict.onnxrt.ops_cpu.op_resize Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_cpu.op_resize`` Runtime operator. :githublink:`%|py|7` Classes +++++++ +-------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +=============================================================+=============================================================================================================================+ | :class:`Resize ` | Resize ====== Resize the input tensor. In general, it calculates every value in the output tensor as a weighted average ... | +-------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Functions +++++++++ +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +============================================================================================+==================================================================================================================+ | :func:`_cartesian ` | From https://stackoverflow.com/a/1235363 Generate a cartesian product of input arrays. Parameters ---------- ... | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :func:`_cubic_coeffs ` | | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :func:`_get_all_coords ` | | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :func:`_get_neighbor ` | | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :func:`_get_neighbor_idxes ` | | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :func:`_interpolate_1d_with_x ` | | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :func:`_interpolate_nd ` | | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :func:`_interpolate_nd_with_x ` | | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :func:`_linear_coeffs ` | | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | :func:`_nearest_coeffs ` | | +--------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ Properties ++++++++++ +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | property | truncated documentation | +=================================================================================================+=======================================================================================================================+ | :meth:`args_default ` | Returns the list of arguments as well as the list of parameters with the default values (close to the signature). ... | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :meth:`args_default_modified ` | Returns the list of modified parameters. | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :meth:`args_mandatory ` | Returns the list of optional arguments. | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :meth:`args_optional ` | Returns the list of optional arguments. | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :meth:`atts_value ` | Returns all parameters in a dictionary. | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +--------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +==========================================================================+=========================+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------+-------------------------+ | :py:meth:`_run ` | | +--------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_cpu.op_resize :members: :special-members: __init__ :show-inheritance: