AlexeyAB
2017-07-24 51477ab274bbb40be259844bdaab9685f693b028
src/convolutional_layer.c
@@ -8,7 +8,9 @@
#include <stdio.h>
#include <time.h>
#ifdef CUDNN
#pragma comment(lib, "cudnn.lib")  
#endif
#ifdef AI2
#include "xnor_layer.h"