| Any |
This class represents an object to work with different types.
|
| CompiledModel |
This class represents a compiled model.
|
| Core |
This class represents an OpenVINO runtime Core entity.
|
| Dimension |
Class representing a dimension, which may be dynamic (undetermined until runtime), in a shape or
shape-like object.
|
| InferRequest |
This is a class of infer request that can be run in asynchronous or synchronous manners.
|
| InputInfo |
Class holding preprocessing information for one input
|
| InputModelInfo |
Information about model's input tensor.
|
| InputTensorInfo |
Information about user's input tensor.
|
| Layout |
Layout represents the text information of tensor's dimensions/axes.
|
| Model |
A user-defined model
|
| Output |
A handle for one of a node's outputs.
|
| OutputInfo |
Class holding postprocessing information for one output
|
| PrePostProcessor |
Main class for adding pre- and post- processing steps to existing Model
|
| PreProcessSteps |
Preprocessing steps.
|
| Tensor |
Tensor API holding host memory
|
| Wrapper |
|