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