mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 07:36:24 +01:00
Update mnist.h
This commit is contained in:
parent
5414699aa8
commit
34cb91c68a
@ -7,6 +7,7 @@
|
||||
#define DEF_MNIST_H
|
||||
|
||||
uint32_t swap_endian(uint32_t val);
|
||||
uint32_t read_mnist_labels_nb_images(char* filename);
|
||||
int** read_image(unsigned int width, unsigned int height, FILE* ptr);
|
||||
int* read_mnist_images_parameters(char* filename);
|
||||
int* read_mnist_labels_parameters(char* filename);
|
||||
|
Loading…
Reference in New Issue
Block a user