This commit is contained in:
Francesco Gatti
2018-12-18 14:52:18 +01:00
parent 6249956469
commit 6eb63160c8
2 changed files with 153 additions and 0 deletions
+3
View File
@@ -74,6 +74,9 @@ target_link_libraries(test_yolo_relu tkDNN)
add_executable(test_yolo_224 tests/yolo_224/yolo_224.cpp)
target_link_libraries(test_yolo_224 tkDNN)
add_executable(test_yolo_berkeley tests/yolo_berkeley/yolo_berkeley.cpp)
target_link_libraries(test_yolo_berkeley tkDNN)
################################################################################