openvino.runtime#
openvino module namespace, exposing factory functions for all ops and other classes.
Functions
|
Compact method to compile model with AUTO plugin. |
|
|
|
Save model into IR files (xml and bin). |
|
Serialize given model into IR. |
|
Overloaded function. |
|
Shut down the OpenVINO by deleting all static-duration objects allocated by the library and releasing dependent resources |
|
Create Tensor from file. |
Classes
AsyncInferQueue with a 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.Node wraps ov::Node |
|
openvino.runtime.OVAny provides object wrapper for OpenVINOov::Any class. |
|
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.Symbol wraps ov::Symbol |
|
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. |