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
39
#include "
basic/default/aimath/aimath_f32_default.h
"
40
90
void
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__
aimath_f32_avr_pgm_linear
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.
aimath_f32_default.h
Math functions for F32 data type, default implementation.
aitensor
A tensor in AIfES.
Definition:
aifes_math.h:92
include
basic
avr_pgm
aimath
aimath_f32_avr_pgm.h
Generated by
1.9.2