CMakeLists.txt 93 字节
Newer Older
1 2 3
if(INFRT_WITH_PHI
   AND WITH_GPU
   AND WITH_TENSORRT)
W
Wilber 已提交
4 5
  add_subdirectory(tensorrt)
endif()