AIfES 2 2.0.0
aimath_u8.h
Go to the documentation of this file.
1
76#ifndef AIMATH_U8
77#define AIMATH_U8
78
79#include "core/aifes_math.h"
81
87#define AITENSOR_2D_U8(shape, data) {aiu8, 2, shape, 0, data}
88
89typedef uint8_t aiscalar_u8_t;
90
102
113void aimath_u8_print_aiscalar(const void *scalar);
114
119extern const aimath_dtype_t *aiu8;
120
121#endif // AIMATH_U8
122
AIfES 2 math interface.
Basic data-type independent math operations.
const aimath_dtype_t * aiu8
The U8 data-type indicator.
void aimath_u8_print_aitensor(const aitensor_t *tensor)
Printing a U8 tensor to console.
void aimath_u8_print_aiscalar(const void *scalar)
Printing a U8 scalar to console.
Indicator for the used datatype.
Definition: aifes_math.h:47
A tensor in AIfES.
Definition: aifes_math.h:92