tkDNN windows 10 support #218

Merged
perseusdg merged 21 commits from master into master 2021-04-24 18:55:57 +02:00
3 changed files with 0 additions and 5 deletions
Showing only changes of commit 37b2a5bd98 - Show all commits
-2
View File
@@ -4,8 +4,6 @@
#include <stdlib.h> /* srand, rand */
#ifdef __linux__
#include <unistd.h>
#elif _WIN32
#include <Windows.h>
#endif
#include <mutex>
-1
View File
@@ -7,7 +7,6 @@
#elif _WIN32
#define _USE_MATH_DEFINES
#include <math.h>
#include <Windows.h>
#endif
#include <mutex>
-2
View File
@@ -14,8 +14,6 @@
#include <stdlib.h>
#ifdef __linux__
#include <unistd.h>
#elif _WIN32
#include <Windows.h>
#endif
#include <mutex>