openvino

Functions

compile_model(model[, device_name, config])

Compact method to compile model with AUTO plugin.

convert_model(input_model[, input, output, ...])

Converts the model from original framework to OpenVino Model.

get_batch(arg0)

get_version()

save_model(model, output_model, compress_to_fp16)

Save model into IR files (xml and bin).

serialize(model, xml_path, bin_path, version)

Serialize given model into IR.

set_batch(*args, **kwargs)

Overloaded function.

shutdown()

Shut down the OpenVINO by deleting all static-duration objects allocated by the library and releasing dependent resources

tensor_from_file(path)

Create Tensor from file.

Classes

AsyncInferQueue

AsyncInferQueue with a pool of asynchronous requests.

CompiledModel(other[, weights])

CompiledModel class.

Core

Core class represents OpenVINO runtime Core entity.

Dimension

openvino.runtime.Dimension wraps ov::Dimension

InferRequest(other)

InferRequest class represents infer request which can be run in asynchronous or synchronous manners.

Layout

openvino.runtime.Layout wraps ov::Layout

Model(*args, **kwargs)

OVAny

openvino.runtime.OVAny provides object wrapper for OpenVINOov::Any class.

PartialShape

openvino.runtime.PartialShape wraps ov::PartialShape

RemoteContext

RemoteTensor

Shape

openvino.runtime.Shape wraps ov::Shape

Strides

openvino.runtime.Strides wraps ov::Strides

Symbol

openvino.runtime.Symbol wraps ov::Symbol

Tensor

openvino.runtime.Tensor holding either copy of memory or shared host memory.

Type

openvino.runtime.Type wraps ov::element::Type

VAContext

VASurfaceTensor