|
|
@ -48,6 +48,7 @@ list(REMOVE_ITEM TEST_OPS test_warpctc_op)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_dist_train)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_dist_train)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_parallel_executor_crf)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_parallel_executor_crf)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_parallel_executor_fetch_feed)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_parallel_executor_fetch_feed)
|
|
|
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_dist_se_resnext)
|
|
|
|
foreach(TEST_OP ${TEST_OPS})
|
|
|
|
foreach(TEST_OP ${TEST_OPS})
|
|
|
|
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
|
|
|
|
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
|
|
|
|
endforeach(TEST_OP)
|
|
|
|
endforeach(TEST_OP)
|
|
|
@ -60,3 +61,4 @@ if(WITH_DISTRIBUTE)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL)
|
|
|
|
py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL)
|
|
|
|
py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL)
|
|
|
|
py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL)
|
|
|
|
|
|
|
|
py_test_modules(test_dist_se_resnext MODULES test_dist_se_resnext SERIAL)
|
|
|
|