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

S
superjomn 已提交
5
cc_test(test_fc_op_lite SRCS fc_op_test.cc DEPS fc_op_lite fc_compute_host)