84 #define AITENSOR_2D_U8(shape, data) {aiu8, 2, shape, 0, data}
86 typedef uint8_t aiscalar_u8_t;
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:44
A tensor in AIfES.
Definition: aifes_math.h:89