openvino.runtime¶
openvino module namespace, exposing factory functions for all ops and other classes.
Functions
|
Compact method to compile model with AUTO plugin. |
|
|
|
Return a current distribution object for a Requirement or string |
|
Overloaded function. |
|
Create Tensor from file. |
Classes
AsyncInferQueue with pool of asynchronous requests. |
|
openvino.runtime.AxisSet wraps ov::AxisSet |
|
openvino.runtime.AxisVector wraps ov::AxisVector |
|
CompiledModel class. |
|
openvino.runtime.ConstOutput represents port/node output. |
|
openvino.runtime.Coordinate wraps ov::Coordinate |
|
openvino.runtime.CoordinateDiff wraps ov::CoordinateDiff |
|
Core class represents OpenVINO runtime Core entity. |
|
openvino.runtime.Dimension wraps ov::Dimension |
|
openvino.runtime.DiscreteTypeInfo wraps ov::DiscreteTypeInfo |
|
openvino.runtime.Extension provides the base interface for OpenVINO extensions. |
|
InferRequest class represents infer request which can be run in asynchronous or synchronous manners. |
|
openvino.runtime.Input wraps ov::Input<Node> |
|
openvino.runtime.Layout wraps ov::Layout |
|
openvino.runtime.Model wraps ov::Model |
|
openvino.runtime.Node wraps ov::Node |
|
OVAny wrapper. |
|
openvino.runtime.Output represents port/node output. |
|
openvino.runtime.PartialShape wraps ov::PartialShape |
|
openvino.runtime.ProfilingInfo contains performance metrics for single node. |
|
openvino.runtime.RTMap makes bindings for std::map<std::string, ov::Any>, which can later be used as ov::Node::RTMap |
|
openvino.runtime.Shape wraps ov::Shape |
|
openvino.runtime.Strides wraps ov::Strides |
|
openvino.runtime.Tensor holding either copy of memory or shared host memory. |
|
openvino.runtime.Type wraps ov::element::Type |
|
openvino.runtime.Version represents version information that describes plugins and the OpenVINO library. |
Exceptions
A requested distribution was not found |