parent
a3ba264c47
commit
4f5f0be769
@ -1,5 +1,4 @@
|
||||
nv_library(tensorrt_engine SRCS engine.cc DEPS framework_proto)
|
||||
nv_test(test_tensorrt SRCS test_tensorrt.cc DEPS dynload_cuda device_context dynamic_loader)
|
||||
nv_test(test_tensorrt_engine SRCS test_engine.cc DEPS dynload_cuda tensorrt_engine)
|
||||
|
||||
add_subdirectory(convert)
|
||||
|
@ -1,4 +1,4 @@
|
||||
nv_test(test_op_converter SRCS test_op_converter.cc mul_op.cc conv2d_op.cc DEPS ${FLUID_CORE_MODULES})
|
||||
nv_test(test_trt_activation_op SRCS test_activation_op.cc activation_op.cc
|
||||
nv_test(test_trt_activation_op SRCS test_activation_op.cc activation_op.cc io_converter.cc
|
||||
DEPS ${FLUID_CORE_MODULES} activation_op tensorrt_engine)
|
||||
nv_test(test_io_converter SRCS test_io_converter.cc io_converter.cc DEPS dynload_cuda dynamic_loader lod_tensor)
|
||||
|
Loading…
Reference in new issue