EDGEAI API
Data Fields
DAP_Property Struct Reference

Data Types for the inferences and properties. More...

#include <ti/ai/edge_ai/dap/core/DAP_core.h>

Collaboration diagram for DAP_Property:
Collaboration graph

Data Fields

const char * name
 
DAP_DataTypes dataFormat
 
union {
   uint8_t   u8
 
   uint16_t   u16
 
   uint32_t   u32
 
   int8_t   i8
 
   int16_t   i16
 
   int32_t   i32
 
   float   f16
 
   float   f32
 
   double   f64
 
value
 

Detailed Description

Data Types for the inferences and properties.

Field Documentation

§ name

const char* DAP_Property::name

§ dataFormat

DAP_DataTypes DAP_Property::dataFormat

§ u8

uint8_t DAP_Property::u8

§ u16

uint16_t DAP_Property::u16

§ u32

uint32_t DAP_Property::u32

§ i8

int8_t DAP_Property::i8

§ i16

int16_t DAP_Property::i16

§ i32

int32_t DAP_Property::i32

§ f16

float DAP_Property::f16

§ f32

float DAP_Property::f32

§ f64

double DAP_Property::f64

§ value

union { ... } DAP_Property::value

The documentation for this struct was generated from the following file:
© Copyright 1995-2026, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale