|
VART-X
0.3.0
|
InferResult module for representing inference results. More...
#include <cstdint>#include <functional>#include <memory>#include <vector>#include "vart_inferresult_types.hpp"

Go to the source code of this file.
Classes | |
| class | vart::InferResult |
This module is used to represent inference results. Built-in supported types are ROOT, CLASSIFICATION, DETECTION and SEGMENTATION. Custom types can be integrated by deriving from InferResultImplBase and passing the shared pointer to the pimpl constructor; the CUSTOM_RESULT_* enum values are NOT accepted by the type-enum constructor below. More... | |
Namespaces | |
| vart | |
| VART (Vitis AI Runtime) public API namespace. | |
InferResult module for representing inference results.