|
VART-ML
0.3.0
|
Tensor data types, memory descriptors, and the NpuTensor handle for VART ML. More...
#include <cstdint>#include <memory>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | vart::NpuTensorInfo |
| Metadata structure describing a tensor used in VART. More... | |
| class | vart::NpuTensor |
| This class represents a tensor in the VART API. More... | |
Namespaces | |
| vart | |
| VART (Vitis AI Runtime) ML inference API namespace. | |
Tensor data types, memory descriptors, and the NpuTensor handle for VART ML.
Defines the enums, structs, and classes used to describe and manage tensor data in VART ML:
Include this header directly only when working with tensors without the Runner interface. For full API access, include vart_runner_factory.hpp which includes this header internally.