Files
c-cnn/cnn.h
2024-11-10 17:10:32 +08:00

20 lines
95 B
C

#ifndef _CNN_H_
#define _CNN_H_
#include "cnn_model.h"
#include <stdio.h>
#endif