AIfES 2 2.0.0
aimath_f32_avr_pgm.h
Go to the documentation of this file.
1
31#include "aifes_config.h"
32
33#if __AVR__
34#ifdef AIFES_WITH_AVR_PGM
35
36#ifndef AIMATH_F32_AVR_PGM_H
37#define AIMATH_F32_AVR_PGM_H
38
40
90void aimath_f32_avr_pgm_linear(const aitensor_t *a, const aitensor_t *b, const aitensor_t *c, aitensor_t *result);
91
92#endif // AIMATH_F32_AVR_PGM_H
93
94#endif // AIFES_WITH_AVR_PGM
95#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:92