CMakeLists.txt 482 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
cc_test(
  test_elementwise_add_op_inplace
  SRCS test_elementwise_add_op_inplace.cc
  DEPS op_registry elementwise_add_op scope device_context enforce executor)
cc_test(
  test_elementwise_div_grad_grad
  SRCS test_elementwise_div_grad_grad.cc
  DEPS op_registry elementwise_div_op scope device_context enforce executor)
cc_test(
  test_elementwise_add_grad_grad
  SRCS test_elementwise_add_grad_grad.cc
  DEPS op_registry elementwise_add_op scope device_context enforce executor)