openvino.runtime.Model¶
-
class
openvino.runtime.
Model
¶ Bases:
pybind11_builtins.pybind11_object
openvino.runtime.Model wraps ov::Model
-
__init__
(*args, **kwargs)¶ Overloaded function.
__init__(self: openvino.pyopenvino.Model, results: List[openvino.pyopenvino.op.Result], sinks: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], name: str) -> None
Create user-defined Model which is a representation of a model.
- param results
List of results.
- type results
List[op.Result]
- param sinks
List of Nodes to be used as Sinks (e.g. Assign ops).
- type sinks
List[openvino.runtime.Node]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model.
- param results
List of Nodes to be used as results.
- type results
List[openvino.runtime.Node]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, result: openvino.pyopenvino.Node, parameters: List[openvino.pyopenvino.op.Parameter], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model.
- param result
Node to be used as result.
- type result
openvino.runtime.Node
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[ov::Output<ov::Node>], parameters: List[openvino.pyopenvino.op.Parameter], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of outputs.
- type results
List[openvino.runtime.Output]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[ov::Output<ov::Node>], sinks: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of outputs.
- type results
List[openvino.runtime.Output]
- param sinks
List of Nodes to be used as Sinks (e.g. Assign ops).
- type sinks
List[openvino.runtime.Node]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[openvino.pyopenvino.op.Result], sinks: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], variables: List[openvino.pyopenvino.op.util.Variable], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of results.
- type results
List[op.Result]
- param sinks
List of Nodes to be used as Sinks (e.g. Assign ops).
- type sinks
List[openvino.runtime.Node]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param variables
List of variables.
- type variables
List[op.util.Variable]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[ov::Output<ov::Node>], sinks: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], variables: List[openvino.pyopenvino.op.util.Variable], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of results.
- type results
List[openvino.runtime.Output]
- param sinks
List of Nodes to be used as Sinks (e.g. Assign ops).
- type sinks
List[openvino.runtime.Node]
- param variables
List of variables.
- type variables
List[op.util.Variable]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[openvino.pyopenvino.op.Result], parameters: List[openvino.pyopenvino.op.Parameter], variables: List[openvino.pyopenvino.op.util.Variable], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of results.
- type results
List[op.Result]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param variables
List of variables.
- type variables
List[op.util.Variable]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[ov::Output<ov::Node>], parameters: List[openvino.pyopenvino.op.Parameter], variables: List[openvino.pyopenvino.op.util.Variable], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of results.
- type results
List[openvino.runtime.Output]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
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)Create and return a new object.
Helper for pickle.
__reduce_ex__
(protocol, /)Helper for pickle.
__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().
add_outputs
(self, outputs)evaluate
(self, output_tensors, …)Evaluate the function on inputs, putting results in outputs
from_capsule
(arg0)get_friendly_name
(self)Gets the friendly name for a function.
get_name
(self)Get the unique name of the function.
get_ops
(self)Return ops used in the function.
get_ordered_ops
(self)Return ops used in the function in topological order.
get_output_element_type
(self, index)Return the element type of output i
get_output_op
(self, index)Return the op that generates output i
get_output_partial_shape
(self, index)Return the partial shape of element i
get_output_shape
(self, index)Return the shape of element i
get_output_size
(self)Return the number of outputs for the function.
get_parameter_index
(self, parameter)Return the index position of parameter
get_parameters
(self)Return the function parameters.
get_result
(self)Return single result.
get_result_index
(*args, **kwargs)Overloaded function.
get_results
(self)Return a list of function outputs.
input
(*args, **kwargs)Overloaded function.
is_dynamic
(self)Returns true if any of the op’s defined in the function contains partial shape.
output
(*args, **kwargs)Overloaded function.
replace_parameter
(self, parameter_index, …)Replace the parameter_index parameter of the function with parameter
reshape
(*args, **kwargs)Overloaded function.
set_friendly_name
(self, name)Sets a friendly name for a function.
to_capsule
(arg0)Attributes
-
__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.
__init__(self: openvino.pyopenvino.Model, results: List[openvino.pyopenvino.op.Result], sinks: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], name: str) -> None
Create user-defined Model which is a representation of a model.
- param results
List of results.
- type results
List[op.Result]
- param sinks
List of Nodes to be used as Sinks (e.g. Assign ops).
- type sinks
List[openvino.runtime.Node]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model.
- param results
List of Nodes to be used as results.
- type results
List[openvino.runtime.Node]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, result: openvino.pyopenvino.Node, parameters: List[openvino.pyopenvino.op.Parameter], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model.
- param result
Node to be used as result.
- type result
openvino.runtime.Node
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[ov::Output<ov::Node>], parameters: List[openvino.pyopenvino.op.Parameter], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of outputs.
- type results
List[openvino.runtime.Output]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[ov::Output<ov::Node>], sinks: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of outputs.
- type results
List[openvino.runtime.Output]
- param sinks
List of Nodes to be used as Sinks (e.g. Assign ops).
- type sinks
List[openvino.runtime.Node]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[openvino.pyopenvino.op.Result], sinks: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], variables: List[openvino.pyopenvino.op.util.Variable], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of results.
- type results
List[op.Result]
- param sinks
List of Nodes to be used as Sinks (e.g. Assign ops).
- type sinks
List[openvino.runtime.Node]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param variables
List of variables.
- type variables
List[op.util.Variable]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[ov::Output<ov::Node>], sinks: List[openvino.pyopenvino.Node], parameters: List[openvino.pyopenvino.op.Parameter], variables: List[openvino.pyopenvino.op.util.Variable], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of results.
- type results
List[openvino.runtime.Output]
- param sinks
List of Nodes to be used as Sinks (e.g. Assign ops).
- type sinks
List[openvino.runtime.Node]
- param variables
List of variables.
- type variables
List[op.util.Variable]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[openvino.pyopenvino.op.Result], parameters: List[openvino.pyopenvino.op.Parameter], variables: List[openvino.pyopenvino.op.util.Variable], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of results.
- type results
List[op.Result]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param variables
List of variables.
- type variables
List[op.util.Variable]
- param name
String to set as function’s friendly name.
- type name
str
__init__(self: openvino.pyopenvino.Model, results: List[ov::Output<ov::Node>], parameters: List[openvino.pyopenvino.op.Parameter], variables: List[openvino.pyopenvino.op.util.Variable], name: str = ‘’) -> None
Create user-defined Model which is a representation of a model
- param results
List of results.
- type results
List[openvino.runtime.Output]
- param parameters
List of parameters.
- type parameters
List[op.Parameter]
- param name
String to set as function’s friendly name.
- type name
str
-
__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)¶ Create and return a new object. See help(type) for accurate signature.
-
__pybind11_module_local_v4_gcc_libstdcpp_cxxabi1011__
= <capsule object NULL>¶
-
__reduce__
()¶ Helper for pickle.
-
__reduce_ex__
(protocol, /)¶ Helper for pickle.
-
__repr__
(self: openvino.pyopenvino.Model) → 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).
-
add_outputs
(self: openvino.pyopenvino.Model, outputs: handle) → List[ov::Output<ov::Node>]¶
-
evaluate
(self: openvino.pyopenvino.Model, output_tensors: List[ov::Tensor], input_tensors: List[ov::Tensor], evaluation_context: openvino.pyopenvino.RTMap = <openvino.pyopenvino.RTMap object at 0x7fe553b31730>) → bool¶ Evaluate the function on inputs, putting results in outputs
- Parameters
output_tensors (List[openvino.runtime.Tensor]) – Tensors for the outputs to compute. One for each result
input_tensors (List[openvino.runtime.Tensor]) – Tensors for the inputs. One for each inputs.
evaluation_context (openvino.runtime.RTMap) – Storage of additional settings and attributes that can be used when evaluating the function. This additional information can be shared across nodes.
- Return type
bool
-
property
friendly_name
¶
-
static
from_capsule
(arg0: object) → openvino.pyopenvino.Model¶
-
get_friendly_name
(self: openvino.pyopenvino.Model) → str¶ Gets the friendly name for a function. If no friendly name has been set via set_friendly_name then the function’s unique name is returned.
- Returns
String with a friendly name of the function.
- Return type
str
-
get_name
(self: openvino.pyopenvino.Model) → str¶ Get the unique name of the function.
- Returns
String with a name of the function.
- Return type
str
-
get_ops
(self: openvino.pyopenvino.Model) → List[openvino.pyopenvino.Node]¶ Return ops used in the function.
- Returns
List of Nodes representing ops used in function.
- Return type
List[openvino.runtime.Node]
-
get_ordered_ops
(self: openvino.pyopenvino.Model) → List[openvino.pyopenvino.Node]¶ Return ops used in the function in topological order.
- Returns
List of sorted Nodes representing ops used in function.
- Return type
List[openvino.runtime.Node]
-
get_output_element_type
(self: openvino.pyopenvino.Model, index: int) → openvino.pyopenvino.Type¶ Return the element type of output i
- Parameters
index (int) – output index
- Returns
Type object of output i
- Return type
-
get_output_op
(self: openvino.pyopenvino.Model, index: int) → openvino.pyopenvino.Node¶ Return the op that generates output i
- Parameters
index (output index) – output index
- Returns
Node object that generates output i
- Return type
-
get_output_partial_shape
(self: openvino.pyopenvino.Model, index: int) → openvino.pyopenvino.PartialShape¶ Return the partial shape of element i
- Parameters
index (int) – element index
- Returns
PartialShape object of element i
- Return type
-
get_output_shape
(self: openvino.pyopenvino.Model, index: int) → openvino.pyopenvino.Shape¶ Return the shape of element i
- Parameters
index (int) – element index
- Returns
Shape object of element i
- Return type
-
get_output_size
(self: openvino.pyopenvino.Model) → int¶ Return the number of outputs for the function.
- Returns
Number of outputs.
- Return type
int
-
get_parameter_index
(self: openvino.pyopenvino.Model, parameter: openvino.pyopenvino.op.Parameter) → int¶ Return the index position of parameter
Return -1 if parameter not matched.
- Parameters
parameter (op.Parameter) – Parameter, which index is to be found.
- Returns
Index for parameter
- Return type
int
-
get_parameters
(self: openvino.pyopenvino.Model) → List[openvino.pyopenvino.op.Parameter]¶ Return the function parameters.
- Returns
ParameterVector containing function parameters.
- Return type
ParameterVector
-
get_result
(self: openvino.pyopenvino.Model) → openvino.pyopenvino.Node¶ Return single result.
- Returns
Node object representing result.
- Return type
-
get_result_index
(*args, **kwargs)¶ Overloaded function.
get_result_index(self: openvino.pyopenvino.Model, value: ov::Output<ov::Node>) -> int
Return index of result.
Return -1 if value not matched.
- param value
Output containing Node
- type value
openvino.runtime.Output
- return
Index for value referencing it.
- rtype
int
get_result_index(self: openvino.pyopenvino.Model, value: ov::Output<ov::Node const>) -> int
Return index of result.
Return -1 if value not matched.
- param value
Output containing Node
- type value
openvino.runtime.Output
- return
Index for value referencing it.
- rtype
int
-
get_results
(self: openvino.pyopenvino.Model) → List[openvino.pyopenvino.op.Result]¶ Return a list of function outputs.
- Returns
ResultVector containing function parameters.
- Return type
ResultVector
-
input
(*args, **kwargs)¶ Overloaded function.
input(self: openvino.pyopenvino.Model) -> ov::Output<ov::Node>
input(self: openvino.pyopenvino.Model, index: int) -> ov::Output<ov::Node>
input(self: openvino.pyopenvino.Model, tensor_name: str) -> ov::Output<ov::Node>
input(self: openvino.pyopenvino.Model) -> ov::Output<ov::Node const>
input(self: openvino.pyopenvino.Model, index: int) -> ov::Output<ov::Node const>
input(self: openvino.pyopenvino.Model, tensor_name: str) -> ov::Output<ov::Node const>
-
property
inputs
¶
-
is_dynamic
(self: openvino.pyopenvino.Model) → bool¶ Returns true if any of the op’s defined in the function contains partial shape.
- Return type
bool
-
property
name
¶
-
output
(*args, **kwargs)¶ Overloaded function.
output(self: openvino.pyopenvino.Model) -> ov::Output<ov::Node>
output(self: openvino.pyopenvino.Model, index: int) -> ov::Output<ov::Node>
output(self: openvino.pyopenvino.Model, tensor_name: str) -> ov::Output<ov::Node>
output(self: openvino.pyopenvino.Model) -> ov::Output<ov::Node const>
output(self: openvino.pyopenvino.Model, index: int) -> ov::Output<ov::Node const>
output(self: openvino.pyopenvino.Model, tensor_name: str) -> ov::Output<ov::Node const>
-
property
outputs
¶
-
replace_parameter
(self: openvino.pyopenvino.Model, parameter_index: int, parameter: openvino.pyopenvino.op.Parameter) → None¶ Replace the parameter_index parameter of the function with parameter
All users of the parameter_index parameter are redirected to parameter , and the parameter_index entry in the function parameter list is replaced with parameter
- Parameters
parameter_index (int) – The index of the parameter to replace.
parameter (op.Parameter) – The parameter to substitute for the parameter_index parameter.
-
reshape
(*args, **kwargs)¶ Overloaded function.
reshape(self: openvino.pyopenvino.Model, partial_shape: openvino.pyopenvino.PartialShape) -> None
- param partial_shape
New shape.
- type partial_shape
openvino.runtime.PartialShape
:return : void
reshape(self: openvino.pyopenvino.Model, partial_shape: list) -> None
- param partial_shape
New shape.
- type partial_shape
list
:return : void
reshape(self: openvino.pyopenvino.Model, partial_shape: tuple) -> None
- param partial_shape
New shape.
- type partial_shape
tuple
:return : void
reshape(self: openvino.pyopenvino.Model, partial_shape: str) -> None
- param partial_shape
New shape.
- type partial_shape
str
:return : void
reshape(self: openvino.pyopenvino.Model, partial_shapes: dict) -> None
Reshape model inputs.
The allowed types of keys in the partial_shapes dictionary are:
int, input index
str, input tensor name
openvino.runtime.Output
The allowed types of values in the partial_shapes are:
openvino.runtime.PartialShape
list consisting of dimensions
tuple consisting of dimensions
str, string representation of openvino.runtime.PartialShape
When list or tuple are used to describe dimensions, each dimension can be written in form:
non-negative int which means static value for the dimension
[min, max], dynamic dimension where min specifies lower bound and max specifies upper bound; the range includes both min and max; using -1 for min or max means no known bound
(min, max), the same as above
(4) -1 is a dynamic dimension without known bounds (4) openvino.runtime.Dimension (5) str using next syntax:
‘?’ - to define fully dynamic dimension ‘1’ - to define dimension which length is 1 ‘1..10’ - to define bounded dimension ‘..10’ or ‘1..’ to define dimension with only lower or only upper limit
- param partial_shapes
New shapes.
- type partial_shapes
Dict[keys, values]
-
set_friendly_name
(self: openvino.pyopenvino.Model, name: str) → None¶ Sets a friendly name for a function. This does not overwrite the unique name of the function and is retrieved via get_friendly_name(). Used mainly for debugging.
- Parameters
name (str) – String to set as the friendly name.
-
static
to_capsule
(arg0: openvino.pyopenvino.Model) → capsule¶
-
validate_nodes_and_infer_types
(self: openvino.pyopenvino.Model) → None¶
-