openvino_genai.CLIPTextModel#
- class openvino_genai.CLIPTextModel#
Bases:
pybind11_object
CLIPTextModel class.
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: openvino_genai.py_openvino_genai.CLIPTextModel, root_dir: os.PathLike) -> None
CLIPTextModel class root_dir (str): Model root directory.
__init__(self: openvino_genai.py_openvino_genai.CLIPTextModel, root_dir: os.PathLike, device: str, **kwargs) -> None
CLIPTextModel class root_dir (str): Model root directory. device (str): Device on which inference will be done. kwargs: Device properties.
__init__(self: openvino_genai.py_openvino_genai.CLIPTextModel, model: openvino_genai.py_openvino_genai.CLIPTextModel) -> None
- CLIPText model
CLIPTextModel class model (CLIPTextModel): CLIPText model
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.
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)Helper for pickle.
__reduce_ex__
(protocol, /)Helper for pickle.
__repr__
()Return repr(self).
__setattr__
(name, value, /)Implement setattr(self, name, value).
Size of object in memory, in bytes.
__str__
()Return str(self).
Abstract classes can override this to customize issubclass().
compile
(self, device, **kwargs)Compiles the model.
get_config
(self)get_output_tensor
(self, arg0)infer
(self, arg0, arg1, arg2)reshape
(self, arg0)set_adapters
(self, arg0)- class Config#
Bases:
pybind11_object
This class is used for storing CLIPTextModel config.
- __class__#
alias of
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_genai.py_openvino_genai.CLIPTextModel.Config, arg0: 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__(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).
- property max_position_embeddings#
- __class__#
alias of
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.
__init__(self: openvino_genai.py_openvino_genai.CLIPTextModel, root_dir: os.PathLike) -> None
CLIPTextModel class root_dir (str): Model root directory.
__init__(self: openvino_genai.py_openvino_genai.CLIPTextModel, root_dir: os.PathLike, device: str, **kwargs) -> None
CLIPTextModel class root_dir (str): Model root directory. device (str): Device on which inference will be done. kwargs: Device properties.
__init__(self: openvino_genai.py_openvino_genai.CLIPTextModel, model: openvino_genai.py_openvino_genai.CLIPTextModel) -> None
- CLIPText model
CLIPTextModel class model (CLIPTextModel): CLIPText model
- __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).
- compile(self: openvino_genai.py_openvino_genai.CLIPTextModel, device: str, **kwargs) None #
Compiles the model. device (str): Device to run the model on (e.g., CPU, GPU). kwargs: Device properties.
- get_config(self: openvino_genai.py_openvino_genai.CLIPTextModel) openvino_genai.py_openvino_genai.CLIPTextModel.Config #
- get_output_tensor(self: openvino_genai.py_openvino_genai.CLIPTextModel, arg0: int) openvino._pyopenvino.Tensor #
- infer(self: openvino_genai.py_openvino_genai.CLIPTextModel, arg0: str, arg1: str, arg2: bool) openvino._pyopenvino.Tensor #
- reshape(self: openvino_genai.py_openvino_genai.CLIPTextModel, arg0: int) openvino_genai.py_openvino_genai.CLIPTextModel #
- set_adapters(self: openvino_genai.py_openvino_genai.CLIPTextModel, arg0: openvino_genai.py_openvino_genai.AdapterConfig | None) None #