AlexeyAB
2017-07-13 9920410ba9cc756c46d6ee84f7b7a2a9fe941448
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"