openvino.runtime.Shape¶
- class openvino.runtime.Shape¶
Bases:
pybind11_builtins.pybind11_object
openvino.runtime.Shape wraps ov::Shape
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: openvino._pyopenvino.Shape) -> None
__init__(self: openvino._pyopenvino.Shape, axis_lengths: std::initializer_list<unsigned long>) -> None
__init__(self: openvino._pyopenvino.Shape, axis_lengths: List[int]) -> None
__init__(self: openvino._pyopenvino.Shape, axis_lengths: openvino._pyopenvino.Shape) -> None
__init__(self: openvino._pyopenvino.Shape, shape: str) -> None
Methods
__delattr__
(name, /)Implement delattr(self, name).
__dir__
()Default dir() implementation.
__eq__
(self, arg0)__format__
(format_spec, /)Default object formatter.
__ge__
(value, /)Return self>=value.
__getattribute__
(name, /)Return getattr(self, name).
__getitem__
(self, arg0)__gt__
(value, /)Return self>value.
__init__
(*args, **kwargs)Overloaded function.
This method is called when a class is subclassed.
__iter__
(self)__le__
(value, /)Return self<=value.
__len__
(self)__lt__
(value, /)Return self<value.
__ne__
(value, /)Return self!=value.
__new__
(**kwargs)Helper for pickle.
__reduce_ex__
(protocol, /)Helper for pickle.
__repr__
(self)__setattr__
(name, value, /)Implement setattr(self, name, value).
__setitem__
(*args, **kwargs)Overloaded function.
Size of object in memory, in bytes.
__str__
(self)Abstract classes can override this to customize issubclass().
to_string
(self)Attributes
- __annotations__ = {}¶
- __class__¶
alias of
pybind11_builtins.pybind11_type
- __delattr__(name, /)¶
Implement delattr(self, name).
- __dir__()¶
Default dir() implementation.
- __eq__(self: openvino._pyopenvino.Shape, arg0: openvino._pyopenvino.Shape) bool ¶
- __format__(format_spec, /)¶
Default object formatter.
- __ge__(value, /)¶
Return self>=value.
- __getattribute__(name, /)¶
Return getattr(self, name).
- __getitem__(self: openvino._pyopenvino.Shape, arg0: int) int ¶
- __gt__(value, /)¶
Return self>value.
- __hash__ = None¶
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: openvino._pyopenvino.Shape) -> None
__init__(self: openvino._pyopenvino.Shape, axis_lengths: std::initializer_list<unsigned long>) -> None
__init__(self: openvino._pyopenvino.Shape, axis_lengths: List[int]) -> None
__init__(self: openvino._pyopenvino.Shape, axis_lengths: openvino._pyopenvino.Shape) -> None
__init__(self: openvino._pyopenvino.Shape, shape: str) -> None
- __init_subclass__()¶
This method is called when a class is subclassed.
The default implementation does nothing. It may be overridden to extend subclasses.
- __iter__(self: openvino._pyopenvino.Shape) Iterator ¶
- __le__(value, /)¶
Return self<=value.
- __len__(self: openvino._pyopenvino.Shape) int ¶
- __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.Shape) str ¶
- __setattr__(name, value, /)¶
Implement setattr(self, name, value).
- __setitem__(*args, **kwargs)¶
Overloaded function.
__setitem__(self: openvino._pyopenvino.Shape, arg0: int, arg1: int) -> None
__setitem__(self: openvino._pyopenvino.Shape, arg0: int, arg1: openvino._pyopenvino.Dimension) -> None
- __sizeof__()¶
Size of object in memory, in bytes.
- __str__(self: openvino._pyopenvino.Shape) str ¶
- __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).
- to_string(self: openvino._pyopenvino.Shape) str ¶