openvino#
Functions
|
Compact method to compile model with AUTO plugin. |
|
Converts the model from original framework to OpenVino Model. |
|
|
|
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. |
|
|
CompiledModel class. |
Core class represents OpenVINO runtime Core entity. |
|
openvino.runtime.Dimension wraps ov::Dimension |
|
|
InferRequest class represents infer request which can be run in asynchronous or synchronous manners. |
openvino.runtime.Layout wraps ov::Layout |
|
|
|
openvino.runtime.OVAny provides object wrapper for OpenVINOov::Any class. |
|
openvino.runtime.PartialShape wraps ov::PartialShape |
|
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 |
|