.. _f-onnxversion: module ``npy.onnx_version`` =========================== .. inheritance-diagram:: mlprodict.npy.onnx_version Short summary +++++++++++++ module ``mlprodict.npy.onnx_version`` Identifies a version of a function. Classes +++++++ +-------------------------------------------------------------+-------------------------------------------------------------------------------+ | class | truncated documentation | +=============================================================+===============================================================================+ | :class:`FctVersion ` | Identifies a version of a function based on its arguments and its parameters. | +-------------------------------------------------------------+-------------------------------------------------------------------------------+ Methods +++++++ +-------------------------------------------------------------------------------------+-----------------------------------------+ | method | truncated documentation | +=====================================================================================+=========================================+ | :py:meth:`__len__ ` | Returns the sum of lengths. | +-------------------------------------------------------------------------------------+-----------------------------------------+ | :py:meth:`__repr__ ` | usual | +-------------------------------------------------------------------------------------+-----------------------------------------+ | :py:meth:`_check_ ` | | +-------------------------------------------------------------------------------------+-----------------------------------------+ | :meth:`as_string ` | Returns a single string identifier. | +-------------------------------------------------------------------------------------+-----------------------------------------+ | :meth:`as_tuple ` | Returns a single tuple for the version. | +-------------------------------------------------------------------------------------+-----------------------------------------+ | :meth:`as_tuple_with_sep ` | Returns a single tuple for the version. | +-------------------------------------------------------------------------------------+-----------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.npy.onnx_version :members: :special-members: __init__ :show-inheritance: