Update operator/CMakeLists.txt

revert-3824-remove_grad_op_type
Yi Wang 8 years ago
parent e0e9a81a70
commit 662aeed28f

@ -64,5 +64,5 @@ op_library(fc_op
SRCS fc_op.cc
DEPS mul_op rowwise_add_op sigmoid_op softmax_op net_op)
op_library(recurrent_op SRCS recurrent_op.cc rnn/recurrent_op_utils.cc
DEPS op_desc tensor op_registry operator net_op)
DEPS framework_proto tensor op_registry operator net_op)
cc_test(recurrent_op_test SRCS recurrent_op_test.cc DEPS recurrent_op gtest mul_op add_op)

Loading…
Cancel
Save