8 lines
84 B
C
8 lines
84 B
C
#ifndef _CNN_H_
|
|
#define _CNN_H_
|
|
#include "cnn_model.h"
|
|
|
|
void cnn_run(void);
|
|
|
|
#endif
|