Ready to rumble

This commit is contained in:
Thomas Schleicher 2023-09-19 13:04:34 +02:00
parent f98bb5cbaa
commit 2c768550f3
4 changed files with 39 additions and 13 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#include "matrix.h"
typedef struct {
Matrix* pixel_values;
int image_label;