rm cpp executor_test, rewrite in python later (#4849)

* rm cpp executor_test, rewrite in python later

* remove executor_test code in CMakeList.txt
revert-4814-Add_sequence_project_op
Qiao Longfei 7 years ago committed by Yu Yang
parent cdc236cb82
commit b10cd43554

@ -43,13 +43,6 @@ cc_library(backward SRCS backward.cc DEPS net_op)
cc_test(backward_test SRCS backward_test.cc DEPS backward recurrent_op device_context)
cc_library(executor SRCS executor.cc DEPS op_registry device_context scope framework_proto backward)
set(EXECUTOR_TEST_OP elementwise_add_op gaussian_random_op feed_op fetch_op
mul_op sum_op squared_l2_distance_op fill_constant_op sgd_op mean_op)
if(WITH_GPU)
nv_test(executor_test SRCS executor_test.cc DEPS executor ${EXECUTOR_TEST_OP})
else()
cc_test(executor_test SRCS executor_test.cc DEPS executor ${EXECUTOR_TEST_OP})
endif()
cc_library(tensor_array SRCS tensor_array.cc DEPS lod_tensor)
cc_test(tensor_array_test SRCS tensor_array_test.cc DEPS tensor_array place)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save