This commit is contained in:
Alessio
2018-09-18 16:27:09 +02:00
parent 029ad71673
commit 09679d7bb6
4 changed files with 431 additions and 4 deletions
+3
View File
@@ -62,6 +62,9 @@ target_link_libraries(test_mnistRT tkDNN)
add_executable(test_yolo tests/yolo/yolo.cpp)
target_link_libraries(test_yolo tkDNN)
add_executable(test_yolo_voc tests/yolo_voc/yolo_voc.cpp)
target_link_libraries(test_yolo_voc tkDNN)
add_executable(test_yolo_tiny tests/yolo_tiny/yolo_tiny.cpp)
target_link_libraries(test_yolo_tiny tkDNN)