|
|
@ -28,9 +28,10 @@ endif()
|
|
|
|
if(WITH_TESTING)
|
|
|
|
if(WITH_TESTING)
|
|
|
|
# both tests/book and analysis depends the models that generated by python/paddle/fluid/tests/book
|
|
|
|
# both tests/book and analysis depends the models that generated by python/paddle/fluid/tests/book
|
|
|
|
add_subdirectory(tests/book)
|
|
|
|
add_subdirectory(tests/book)
|
|
|
|
add_subdirectory(analysis)
|
|
|
|
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add_subdirectory(analysis)
|
|
|
|
|
|
|
|
|
|
|
|
if (TENSORRT_FOUND)
|
|
|
|
if (TENSORRT_FOUND)
|
|
|
|
add_subdirectory(tensorrt)
|
|
|
|
add_subdirectory(tensorrt)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|