AlexeyAB
2017-06-30 42d06a74855c7fae94a86d2da989239d1e1c17ee
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"