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
35
#include "
basic/base/aimath/aimath_q7.h
"
36
#include "
basic/base/aimath/aimath_q31.h
"
37
38
144
void
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__
aimath_q31.h
Definition of the Q31 (aiq31) data-type.
aimath_q7.h
Definition of the Q7 (aiq7) data-type.
aimath_q7_cmsis_linear32_bt
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...
aitensor
A tensor in AIfES.
Definition:
aifes_math.h:92
include
basic
cmsis
aimath
aimath_q7_cmsis.h
Generated by
1.9.2