.. _f-numpyonnximplbody: module ``npy.numpy_onnx_impl_body`` =================================== .. inheritance-diagram:: mlprodict.npy.numpy_onnx_impl_body Short summary +++++++++++++ module ``mlprodict.npy.numpy_onnx_impl_body`` Design to implement graph as parameter. Classes +++++++ +-----------------------------------------------------------------------------+-------------------------------------------------------------+ | class | truncated documentation | +=============================================================================+=============================================================+ | :class:`AttributeGraph ` | Class wrapping a function to make it simple as a parameter. | +-----------------------------------------------------------------------------+-------------------------------------------------------------+ | :class:`if_then_else ` | Overloads class :class:`OnnxVarGraph`. | +-----------------------------------------------------------------------------+-------------------------------------------------------------+ | :class:`OnnxVarGraph ` | Overloads :class:`OnnxVar` to handle graph attribute. | +-----------------------------------------------------------------------------+-------------------------------------------------------------+ Properties ++++++++++ +-----------------------------------------------------------------------+-------------------------+ | property | truncated documentation | +=======================================================================+=========================+ | :meth:`shape ` | Shape | +-----------------------------------------------------------------------+-------------------------+ | :meth:`size ` | Size | +-----------------------------------------------------------------------+-------------------------+ | :meth:`T ` | Transpose. | +-----------------------------------------------------------------------+-------------------------+ Methods +++++++ +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | method | truncated documentation | +======================================================================================================+=========================================+ | :py:meth:`__init__ ` | | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | :py:meth:`__init__ ` | | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | :py:meth:`__init__ ` | | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | :py:meth:`__repr__ ` | usual | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | :py:meth:`__repr__ ` | usual | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | :py:meth:`_graph_guess_dtype ` | Guesses the graph inputs. | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | :py:meth:`_graph_guess_dtype ` | Guesses the graph inputs. | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | :meth:`to_algebra ` | Converts the variable into an operator. | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | :meth:`to_algebra ` | Converts the variable into an operator. | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ | :meth:`to_algebra ` | Converts the variable into an operator. | +------------------------------------------------------------------------------------------------------+-----------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.npy.numpy_onnx_impl_body :members: :special-members: __init__ :show-inheritance: