CMakeLists.txt 275 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
cc_test(
  op_tester
  SRCS op_tester.cc op_tester_config.cc
  DEPS memory
       timer
       framework_proto
       proto_desc
       lod_tensor
       op_registry
       device_context
       scope
       ${GLOB_OP_LIB}
       ${GLOB_OPERATOR_DEPS}
       eigen_function)