openvino.runtime.op.util.InvariantInputDescription

class openvino.runtime.op.util.InvariantInputDescription

Bases: openvino._pyopenvino.op.util.InputDescription

openvino.impl.op.util.InvariantInputDescription wraps ov::op::util::InvariantInputDescription

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: openvino._pyopenvino.op.util.InvariantInputDescription) -> None

  2. __init__(self: openvino._pyopenvino.op.util.InvariantInputDescription, input_index: int, body_parameter_index: int) -> None

Methods

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(value, /)

Return self==value.

__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(name, /)

Return getattr(self, name).

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

__init_subclass__

This method is called when a class is subclassed.

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__new__(**kwargs)

__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__(self)

__setattr__(name, value, /)

Implement setattr(self, name, value).

__sizeof__()

Size of object in memory, in bytes.

__str__()

Return str(self).

__subclasshook__

Abstract classes can override this to customize issubclass().

copy(self)

get_type_info(self)

Attributes

body_parameter_index

input_index

__class__

alias of pybind11_builtins.pybind11_type

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(value, /)

Return self==value.

__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(name, /)

Return getattr(self, name).

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: openvino._pyopenvino.op.util.InvariantInputDescription) -> None

  2. __init__(self: openvino._pyopenvino.op.util.InvariantInputDescription, input_index: int, body_parameter_index: int) -> None

__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__new__(**kwargs)
__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__(self: openvino._pyopenvino.op.util.InvariantInputDescription) str
__setattr__(name, value, /)

Implement setattr(self, name, value).

__sizeof__()

Size of object in memory, in bytes.

__str__()

Return str(self).

__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

property body_parameter_index
copy(self: openvino._pyopenvino.op.util.InvariantInputDescription) openvino._pyopenvino.op.util.InputDescription
get_type_info(self: openvino._pyopenvino.op.util.InvariantInputDescription) openvino._pyopenvino.DiscreteTypeInfo
property input_index