openvino.runtime.Layout

class openvino.runtime.Layout

Bases: pybind11_builtins.pybind11_object

openvino.runtime.Layout wraps ov::Layout

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: openvino._pyopenvino.Layout) -> None

  2. __init__(self: openvino._pyopenvino.Layout, layout_str: str) -> None

Methods

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(*args, **kwargs)

Overloaded function.

__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(name, /)

Return getattr(self, name).

__gt__(value, /)

Return self>value.

__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__(*args, **kwargs)

Overloaded function.

__new__(**kwargs)

__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__sizeof__()

Size of object in memory, in bytes.

__str__(self)

__subclasshook__

Abstract classes can override this to customize issubclass().

get_index_by_name(self, dimension_name)

has_name(self, dimension_name)

scalar()

to_string(self)

Attributes

__hash__

empty

__class__

alias of pybind11_builtins.pybind11_type

__delattr__(name, /)

Implement delattr(self, name).

__dir__()

Default dir() implementation.

__eq__(*args, **kwargs)

Overloaded function.

  1. __eq__(self: openvino._pyopenvino.Layout, arg0: openvino._pyopenvino.Layout) -> bool

  2. __eq__(self: openvino._pyopenvino.Layout, arg0: str) -> bool

__format__(format_spec, /)

Default object formatter.

__ge__(value, /)

Return self>=value.

__getattribute__(name, /)

Return getattr(self, name).

__gt__(value, /)

Return self>value.

__hash__ = None
__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: openvino._pyopenvino.Layout) -> None

  2. __init__(self: openvino._pyopenvino.Layout, layout_str: 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.

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(*args, **kwargs)

Overloaded function.

  1. __ne__(self: openvino._pyopenvino.Layout, arg0: openvino._pyopenvino.Layout) -> bool

  2. __ne__(self: openvino._pyopenvino.Layout, arg0: str) -> bool

__new__(**kwargs)
__reduce__()

Helper for pickle.

__reduce_ex__(protocol, /)

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__sizeof__()

Size of object in memory, in bytes.

__str__(self: openvino._pyopenvino.Layout) 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).

property empty
get_index_by_name(self: openvino._pyopenvino.Layout, dimension_name: str) int
has_name(self: openvino._pyopenvino.Layout, dimension_name: str) bool
scalar() openvino._pyopenvino.Layout
to_string(self: openvino._pyopenvino.Layout) str