Fixes for running master branch on windows

This commit has fixes in the form of __declspec(dllexport) and __declspec(dllimport) to run the tkdnn master branch on windows along with removing cmake_export_all_symbols and solely using __declspec(dllexport)
This commit is contained in:
Harshvardhan Chandirasekar
2022-04-17 11:01:57 -07:00
parent 7e4b5dbfa6
commit cd58072ae9
39 changed files with 141 additions and 126 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# video input
input : "../demo/yolo_test.mp4"
win_input : "..\\..\\..\\demo\\yolo_test.mp4"
win_input : "..\\demo\\yolo_test.mp4"
# network config
net : "yolo4_berkeley_fp32.rt"
net : "yolo4tiny_fp32.rt"
ntype : 'y'
n_classes : 80
n_batch : 1