VART-X  0.3.0
vart_inferresult.hpp File Reference

InferResult module for representing inference results. More...

#include <cstdint>
#include <functional>
#include <memory>
#include <vector>
#include "vart_inferresult_types.hpp"
Include dependency graph for vart_inferresult.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

InferResult module for representing inference results.