.. _f-elementwise: module ``onnxrt.ops_shape._element_wise`` ========================================= Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_shape._element_wise`` Computes shape inference for element wise operators. :githublink:`%|py|5` Functions +++++++++ +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | function | truncated documentation | +==============================================================================================+=============================================================================================+ | :func:`_element_wise ` | Infers shape for an element wise operator. The function returns but updates *known_shapes*. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_add ` | Infers shape for operator Add. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_and ` | Infers shape for operator And. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_div ` | Infers shape for operator Div. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_equal ` | Infers shape for operator Equal. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_greater ` | Infers shape for operator Greater. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_greaterorequal ` | Infers shape for operator GreaterOrEqual. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_less ` | Infers shape for operator Less. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_lessorequal ` | Infers shape for operator LessOrEqual. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_max ` | Infers shape for operator Max. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_min ` | Infers shape for operator Min. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_mod ` | Infers shape for operator Mod. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_mul ` | Infers shape for operator Mul. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_or ` | Infers shape for operator Or. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_pow ` | Infers shape for operator Pow. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_sub ` | Infers shape for operator Sub. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_xor ` | Infers shape for operator Xor. | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_shape._element_wise :members: :special-members: __init__ :show-inheritance: