|
|
|
@ -80,6 +80,7 @@ list(REMOVE_ITEM TEST_OPS test_nearest_interp_op)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_resnet)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_optimizer)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_ir_memory_optimize_transformer)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_layers)
|
|
|
|
|
foreach(TEST_OP ${TEST_OPS})
|
|
|
|
|
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
|
|
|
|
|
endforeach(TEST_OP)
|
|
|
|
|