mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
saving weight files as binaries, hell yeah
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
#include <time.h>
|
||||
#include "list.h"
|
||||
|
||||
void read_all(int fd, char *buffer, size_t bytes);
|
||||
void write_all(int fd, char *buffer, size_t bytes);
|
||||
char *find_replace(char *str, char *orig, char *rep);
|
||||
void error(const char *s);
|
||||
void malloc_error();
|
||||
|
Reference in New Issue
Block a user