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