mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
fixed memory deallocation
This commit is contained in:
@ -873,6 +873,7 @@ LIB_API void free_layer(layer);
|
||||
LIB_API void free_data(data d);
|
||||
LIB_API pthread_t load_data(load_args args);
|
||||
LIB_API pthread_t load_data_in_thread(load_args args);
|
||||
LIB_API void *load_thread(void *ptr);
|
||||
|
||||
// dark_cuda.h
|
||||
LIB_API void cuda_pull_array(float *x_gpu, float *x, size_t n);
|
||||
|
Reference in New Issue
Block a user