CMakeLists.txt 254 字节
Newer Older
S
superjomn 已提交
1
cc_library(fc_op_lite SRCS fc_op.cc DEPS op_lite op_params_lite tensor_lite)
S
superjomn 已提交
2
cc_library(relu_op_lite SRCS relu_op.cc DEPS op_lite)
S
superjomn 已提交
3 4 5
cc_library(op_params_lite SRCS op_params.cc DEPS tensor_lite)

cc_test(test_fc_op_lite SRCS fc_op_test.cc DEPS fc_op_lite)