AIfES 2 2.0.0
aimath_q7_cmsis.h
Go to the documentation of this file.
1
27#include "aifes_config.h"
28
29#if __arm__
30#ifdef AIFES_WITH_CMSIS
31
32#ifndef AIMATH_Q7_CMSIS
33#define AIMATH_Q7_CMSIS
34
37
38
144void aimath_q7_cmsis_linear32_bt(const aitensor_t *a, const aitensor_t *b, const aitensor_t *c, aitensor_t *result);
145
146#endif // AIMATH_Q7_CMSIS
147
148#endif // AIFES_WITH_CMSIS
149#endif //__arm__
Definition of the Q31 (aiq31) data-type.
Definition of the Q7 (aiq7) data-type.
void aimath_q7_cmsis_linear32_bt(const aitensor_t *a, const aitensor_t *b, const aitensor_t *c, aitensor_t *result)
Performs a matrix multiplication of Q7 matrices a and b (transposed) and adds a Q31 vector c to eac...
A tensor in AIfES.
Definition: aifes_math.h:92