Ready to rumble
This commit is contained in:
parent
f98bb5cbaa
commit
2c768550f3
4 changed files with 39 additions and 13 deletions
2
image.h
2
image.h
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "matrix.h"
|
||||
|
||||
typedef struct {
|
||||
Matrix* pixel_values;
|
||||
int image_label;
|
||||
|
|
|
|||
Reference in a new issue