version fix

This commit is contained in:
Francesco Gatti
2017-08-22 01:43:36 -07:00
parent 5595b8037b
commit c41a0a09a6
2 changed files with 2 additions and 11 deletions
+1 -10
View File
@@ -5,13 +5,4 @@
#include "Layer.h"
#include "NetworkRT.h"
namespace tkDNN {
/**
Return the tkDNN version
*/
int getVersion() {
return 100;
}
}
#define TKDNN_VERSION 200