Clean up (before drastic refactoring)

This commit is contained in:
Thomas 2023-09-24 11:54:55 +02:00
parent 411e4db3db
commit f836c53711
10 changed files with 61 additions and 67 deletions

View file

@ -1,6 +1,6 @@
#include "matrix.h"
#include "image.h"
#include "matrix/matrix.h"
#include "image/image.h"
typedef struct {
int input_size;