| Interface | Description |
|---|---|
| InferenceEngineService |
An Inference Engine is a library or a server that accepts multiple files
describing an Artificial Intelligence and Machine Learning models
and allows to perform inference on data.
|
| Class | Description |
|---|---|
| ModelInfo |
The ModelInfo class represents the metadata of a model
for Artificial Intelligence and Machine Learning algorithms
|
| ModelInfoBuilder |
The ModelInfoBuilder class is a builder of
ModelInfo |
| Tensor |
The Tensor class represents the input or output of a model
for Artificial Intelligence and Machine Learning algorithms
|
| TensorDescriptor |
The TensorDescriptor class describes the
Tensor used as input or output
of a model for Artificial Intelligence and Machine Learning algorithms |
| TensorDescriptorBuilder |
The TensorDescriptorBuilder class is a builder of
TensorDescriptor |