Files
c-cnn/cnn.h

14 lines
108 B
C

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