Compile fix

This commit is contained in:
AlexeyAB
2018-04-06 01:31:04 +03:00
parent 943f6e874b
commit f1ad9a0487

View File

@ -36,10 +36,13 @@ extern "C" {
#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)
{