.. _f-opnumpyhelper: module ``onnxrt.ops_cpu._op_numpy_helper`` ========================================== Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_cpu._op_numpy_helper`` numpy redundant functions. :githublink:`%|py|5` Functions +++++++++ +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=======================================================================================================+=====================================================================================================================+ | :func:`_numpy_dot_inplace_left ` | Subpart of @see fn numpy_dot_inplace. | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`_numpy_dot_inplace_right ` | Subpart of @see fn numpy_dot_inplace. | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`numpy_dot_inplace ` | Implements a dot product, deals with inplace information. See :epkg:`numpy:dot`. | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`numpy_matmul_inplace ` | Implements a matmul product, deals with inplace information. See :epkg:`numpy:matmul`. Inplace computation does ... | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_cpu._op_numpy_helper :members: :special-members: __init__ :show-inheritance: