openvino.VAContext

class openvino.VAContext

Bases: openvino._pyopenvino.RemoteContext

__init__(self: openvino._pyopenvino.VAContext, core: openvino._pyopenvino.Core, display: capsule, target_tile_id: int = - 1) 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__(self, core, display[, target_tile_id])

__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__()

Return 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().

create_host_tensor(self, type, shape)

create_tensor(self, type, shape, surface[, ...])

create_tensor_nv12(self, height, width, ...)

get_device_name(self)

get_params(self)

__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__(self: openvino._pyopenvino.VAContext, core: openvino._pyopenvino.Core, display: capsule, target_tile_id: int = - 1) 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__()

Return 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().

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).

create_host_tensor(self: openvino._pyopenvino.RemoteContext, type: openvino._pyopenvino.Type, shape: openvino._pyopenvino.Shape) openvino._pyopenvino.Tensor
create_tensor(self: openvino._pyopenvino.VAContext, type: openvino._pyopenvino.Type, shape: openvino._pyopenvino.Shape, surface: int, plane: int = 0) VASurfaceTensorWrapper
create_tensor_nv12(self: openvino._pyopenvino.VAContext, height: int, width: int, nv12_surface: int) tuple
get_device_name(self: openvino._pyopenvino.RemoteContext) str
get_params(self: openvino._pyopenvino.RemoteContext) Dict[str, openvino._pyopenvino.OVAny]