.. _f-opzipmap: module ``onnxrt.ops_cpu.op_zipmap`` =================================== .. inheritance-diagram:: mlprodict.onnxrt.ops_cpu.op_zipmap Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_cpu.op_zipmap`` Runtime operator. :githublink:`%|py|7` Classes +++++++ +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +===========================================================================================+=============================================================================================================================+ | :class:`ArrayZipMapDictionary ` | Mocks an array without changing the data it receives. Notebooks :ref:`onnxnodetimerst` illustrates the weaknesses ... | +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :class:`ZipMap ` | The class does not output a dictionary as specified in :epkg:`ONNX` specifications but a :class:`ArrayZipMapDictionary` ... | +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :class:`ZipMapDictionary ` | Custom dictionary class much faster for this runtime, it implements a subset of the same methods. | +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ 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. | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :meth:`columns ` | Equivalent to ``DataFrame(self).columns``. | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :meth:`dtype ` | | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :meth:`is_zip_map ` | | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :meth:`values ` | Equivalent to ``DataFrame(self).values``. | +-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ Static Methods ++++++++++++++ +---------------------------------------------------------------------------------------------+-------------------------+ | staticmethod | truncated documentation | +=============================================================================================+=========================+ | :meth:`build_rev_keys ` | | +---------------------------------------------------------------------------------------------+-------------------------+ Methods +++++++ +-----------------------------------------------------------------------------------------------+----------------------------------+ | method | truncated documentation | +===============================================================================================+==================================+ | :py:meth:`__contains__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__getitem__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__getitem__ ` | Returns the item mapped to keys. | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__getstate__ ` | For pickle. | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__init__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__init__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__init__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__iter__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__iter__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__len__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__len__ ` | Returns the number of items. | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__setitem__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__setitem__ ` | unused but used by pickle | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__setstate__ ` | For pickle. | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__str__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`__str__ ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :py:meth:`_run ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :meth:`asdict ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :meth:`items ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :meth:`keys ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ | :meth:`values ` | | +-----------------------------------------------------------------------------------------------+----------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_cpu.op_zipmap :members: :special-members: __init__ :show-inheritance: