Mila
Deep Neural Network Library
|
Functions | |
void | Mila::Helpers::fcloseCheck (FILE *fp) |
Closes a file with error checking. | |
FILE * | Mila::Helpers::fopenCheck (const char *path, const char *mode) |
Opens a file with error checking. | |
void | Mila::Helpers::freadCheck (void *ptr, size_t size, size_t nmemb, FILE *stream) |
Reads from a file with error checking. | |
void | Mila::Helpers::fseekCheck (FILE *stream, long offset, int whence) |
Seeks to a position in a file with error checking. | |
Files | |
file | /home/runner/work/Mila/Mila/Mila/Src/Helpers/FileIo.ixx |