.. _f-elementunary: module ``onnxrt.ops_shape._element_unary`` ========================================== Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_shape._element_unary`` Computes shape inference for element wise operators with one input. :githublink:`%|py|5` Functions +++++++++ +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | function | truncated documentation | +=================================================================================================+=============================================================================================+ | :func:`_element_unary ` | Infers shape for an element wise operator. The function returns but updates *known_shapes*. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_abs ` | Infers shape for operator Abs. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_acos ` | Infers shape for operator Acos. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_acosh ` | Infers shape for operator Acosh. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_asin ` | Infers shape for operator Asin. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_asinh ` | Infers shape for operator Asinh. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_atan ` | Infers shape for operator Atan. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_atanh ` | Infers shape for operator Atanh. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_castlike ` | Infers shape for operator CastLike. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_ceil ` | Infers shape for operator Ceil. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_celu ` | Infers shape for operator Celu. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_clip ` | Infers shape for operator Clip. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_cos ` | Infers shape for operator Cos. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_cosh ` | Infers shape for operator Cosh. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_elu ` | Infers shape for operator Elu. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_erf ` | Infers shape for operator Erf. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_exp ` | Infers shape for operator Exp. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_floor ` | Infers shape for operator Floor. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_hardmax ` | Infers shape for operator Hardmax. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_hardsigmoid ` | Infers shape for operator HardSigmoid. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_identity ` | Infers shape for operator Identity. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_isinf ` | Infers shape for operator IsInf. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_isnan ` | Infers shape for operator IsNan. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_leakyrelu ` | Infers shape for operator LeakyRelu. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_log ` | Infers shape for operator Log. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_logsoftmax ` | Infers shape for operator LogSoftmax. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_neg ` | Infers shape for operator Neg. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_not ` | Infers shape for operator Not. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_reciprocal ` | Infers shape for operator Reciprocal. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_relu ` | Infers shape for operator Relu. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_round ` | Infers shape for operator Round. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_selu ` | Infers shape for operator Selu. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_shrink ` | Infers shape for operator Shrink. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_sigmoid ` | Infers shape for operator Sigmoid. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_sign ` | Infers shape for operator Sigmoid. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_sin ` | Infers shape for operator Sin. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_sinh ` | Infers shape for operator Sinh. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_softmax ` | Infers shape for operator Softmax. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_softplus ` | Infers shape for operator Softplus. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_softsign ` | Infers shape for operator Softsign. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_sqrt ` | Infers shape for operator Sqrt. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_tan ` | Infers shape for operator Tan. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_tanh ` | Infers shape for operator Tanh. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_thresholdedrelu ` | Infers shape for operator ThresholdedRelu. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :func:`shape_trilu ` | Infers shape for operator Trilu. | +-------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_shape._element_unary :members: :special-members: __init__ :show-inheritance: