AlexeyAB
2018-04-05 f1ad9a0487dc60c01e56bacb2a67de1e1006b4b7
Compile fix
1 files modified
5 ■■■■ changed files
src/network_kernels.cu 5 ●●●● patch | view | raw | blame | history
src/network_kernels.cu
@@ -36,10 +36,13 @@
#include "blas.h"
}
#ifdef OPENCV
#include "opencv2/highgui/highgui_c.h"
#endif
float * get_network_output_gpu_layer(network net, int i);
float * get_network_delta_gpu_layer(network net, int i);
float * get_network_output_gpu(network net);
#include "opencv2/highgui/highgui_c.h"
void forward_network_gpu(network net, network_state state)
{