|
|
|
@ -653,4 +653,24 @@ STATIC_MODE_TESTING_LIST = [
|
|
|
|
|
'test_sync_batch_norm_op',
|
|
|
|
|
'test_multiprocess_dataloader_iterable_dataset_static',
|
|
|
|
|
'test_multiprocess_dataloader_static',
|
|
|
|
|
'test_load_op_xpu',
|
|
|
|
|
'test_activation_op_xpu',
|
|
|
|
|
'test_adam_op_xpu',
|
|
|
|
|
'test_assign_op_xpu',
|
|
|
|
|
'test_batch_norm_op_xpu',
|
|
|
|
|
'test_cast_op_xpu',
|
|
|
|
|
'test_concat_op_xpu',
|
|
|
|
|
'test_elementwise_add_op_xpu',
|
|
|
|
|
'test_fill_constant_op_xpu',
|
|
|
|
|
'test_gather_op_xpu',
|
|
|
|
|
'test_matmul_op_xpu',
|
|
|
|
|
'test_matmul_v2_op_xpu',
|
|
|
|
|
'test_mean_op_xpu',
|
|
|
|
|
'test_momentum_op_xpu',
|
|
|
|
|
'test_reduce_mean_op_xpu',
|
|
|
|
|
'test_reduce_sum_op_xpu',
|
|
|
|
|
'test_reshape2_op_xpu',
|
|
|
|
|
'test_sgd_op_xpu',
|
|
|
|
|
'test_shape_op_xpu',
|
|
|
|
|
'test_slice_op_xpu',
|
|
|
|
|
]
|
|
|
|
|