![]() |
![]() |
|
EDGEAI API
|
Data Types for the inferences and properties. More...
#include <ti/ai/edge_ai/dap/core/DAP_core.h>

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 |
Data Types for the inferences and properties.
| const char* DAP_Property::name |
| DAP_DataTypes DAP_Property::dataFormat |
| uint8_t DAP_Property::u8 |
| uint16_t DAP_Property::u16 |
| uint32_t DAP_Property::u32 |
| int8_t DAP_Property::i8 |
| int16_t DAP_Property::i16 |
| int32_t DAP_Property::i32 |
| float DAP_Property::f16 |
| float DAP_Property::f32 |
| double DAP_Property::f64 |
| union { ... } DAP_Property::value |