Генерируем код из свёрточной нейросети
Автор
#ifndef NEURAL_NET_H
#define NEURAL_NET_H
#ifdef __cplusplus
extern "C" {
#endif
void neural_net(float* output, const float* input);
#ifdef __cplusplus
}
#endif
#endif
#ifndef NEURAL_NET_H
#define NEURAL_NET_H
#ifdef __cplusplus
extern "C" {
#endif
void neural_net(float* output, const float* input);
#ifdef __cplusplus
}
#endif
#endif