CMakeLists.txt 161 字节
Newer Older
1
nv_library(tensorrt_plugin
H
Houjiang Chen 已提交
2
           SRCS trt_plugin.cc split_op_plugin.cu elementwise_op_plugin.cu prelu_op_plugin.cu
H
hjchen2 已提交
3
           DEPS enforce tensorrt_engine)