AIfES 2  2.0.0
aimath_f32_avr_pgm.h
Go to the documentation of this file.
1 
28 #include "aifes_config.h"
29 
30 #if __AVR__
31 #ifdef AIFES_WITH_AVR_PGM
32 
33 #ifndef AIMATH_F32_AVR_PGM_H
34 #define AIMATH_F32_AVR_PGM_H
35 
37 
87 void aimath_f32_avr_pgm_linear(const aitensor_t *a, const aitensor_t *b, const aitensor_t *c, aitensor_t *result);
88 
89 #endif // AIMATH_F32_AVR_PGM_H
90 
91 #endif // AIFES_WITH_AVR_PGM
92 #endif // __AVR__
void aimath_f32_avr_pgm_linear(const aitensor_t *a, const aitensor_t *b, const aitensor_t *c, aitensor_t *result)
Performs a matrix multiplication of F32 matrices a and b and adds a vector c to each row.
Math functions for F32 data type, default implementation.
A tensor in AIfES.
Definition: aifes_math.h:89