Moved batchnorm and test_monodepth2_new_format layer to dev

Signed-off-by: perseusdg <harshvardhan.chandira@gmail.com>
This commit is contained in:
Harshvardhan Chandirasekar
2022-01-24 21:41:59 +05:30
committed by perseusdg
parent 00f06f7bcc
commit 3e86671c50
5 changed files with 0 additions and 542 deletions
-3
View File
@@ -207,9 +207,6 @@ target_link_libraries(test_shelfnet_mapillary tkDNN)
add_executable(test_monodepth2 tests/monodepth2/monodepth2.cpp)
target_link_libraries(test_monodepth2 tkDNN)
add_executable(test_monodepth2_new_format tests/monodepth2/monodepth2_new_format.cpp)
target_link_libraries(test_monodepth2_new_format tkDNN)
# DEMOS
add_executable(test_rtinference tests/test_rtinference/rtinference.cpp)
target_link_libraries(test_rtinference tkDNN)