CMakeLists.txt 165 字节
Newer Older
L
Luo Tao 已提交
1
nv_library(tensorrt_convert SRCS convert.cc mul_op.cc conv2d_op.cc DEPS dynload_cuda)
L
Luo Tao 已提交
2
nv_test(test_tensorrt_convert SRCS test_convert.cc DEPS tensorrt paddle_fluid)