Files
c-cnn/cnn.h
2024-12-18 11:28:00 +08:00

8 lines
84 B
C

#ifndef _CNN_H_
#define _CNN_H_
#include "cnn_model.h"
void cnn_run(void);
#endif