aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-06 20:38:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-06 20:38:20 +0000
commitf1410931b694f8b5b1b362ea76ce5730de26aa8c (patch)
treeb20a86b43dbf583fddc43486bf32482ce8fc79cc
parent30a8dd054963db560a2fb3ff904d44e8858e8294 (diff)
parent34976aabc4dd1d337ef72eb97508317122a59971 (diff)
downloadXNNPACK-android13-qpr1-s3-release.tar.gz
Change-Id: I142defb78c63187106b862293bee599ec1a489fa
-rw-r--r--TEST_MAPPING104
1 files changed, 104 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 9629a5a0e..ae552c74e 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -102,5 +102,109 @@
{
"name": "xnnpack_unpooling_nhwc_test"
}
+ ],
+ "hwasan-postsubmit": [
+ {
+ "name": "xnnpack_abs_nc_test"
+ },
+ {
+ "name": "xnnpack_add_nd_test"
+ },
+ {
+ "name": "xnnpack_argmax_pooling_nhwc_test"
+ },
+ {
+ "name": "xnnpack_average_pooling_nhwc_test"
+ },
+ {
+ "name": "xnnpack_bankers_rounding_nc_test"
+ },
+ {
+ "name": "xnnpack_channel_shuffle_nc_test"
+ },
+ {
+ "name": "xnnpack_clamp_nc_test"
+ },
+ {
+ "name": "xnnpack_constant_pad_nd_test"
+ },
+ {
+ "name": "xnnpack_convolution_nhwc_test"
+ },
+ {
+ "name": "xnnpack_convolution_nchw_test"
+ },
+ {
+ "name": "xnnpack_copy_nc_test"
+ },
+ {
+ "name": "xnnpack_deconvolution_nhwc_test"
+ },
+ {
+ "name": "xnnpack_divide_nd_test"
+ },
+ {
+ "name": "xnnpack_fully_connected_nc_test"
+ },
+ {
+ "name": "xnnpack_floor_nc_test"
+ },
+ {
+ "name": "xnnpack_global_average_pooling_nwc_test"
+ },
+ {
+ "name": "xnnpack_global_average_pooling_ncw_test"
+ },
+ {
+ "name": "xnnpack_hardswish_nc_test"
+ },
+ {
+ "name": "xnnpack_leaky_relu_nc_test"
+ },
+ {
+ "name": "xnnpack_max_pooling_nhwc_test"
+ },
+ {
+ "name": "xnnpack_maximum_nd_test"
+ },
+ {
+ "name": "xnnpack_minimum_nd_test"
+ },
+ {
+ "name": "xnnpack_multiply_nd_test"
+ },
+ {
+ "name": "xnnpack_negate_nc_test"
+ },
+ {
+ "name": "xnnpack_prelu_nc_test"
+ },
+ {
+ "name": "xnnpack_resize_bilinear_nhwc_test"
+ },
+ {
+ "name": "xnnpack_sigmoid_nc_test"
+ },
+ {
+ "name": "xnnpack_softmax_nc_test"
+ },
+ {
+ "name": "xnnpack_square_nc_test"
+ },
+ {
+ "name": "xnnpack_square_root_nc_test"
+ },
+ {
+ "name": "xnnpack_square_difference_nd_test"
+ },
+ {
+ "name": "xnnpack_subtract_nd_test"
+ },
+ {
+ "name": "xnnpack_truncation_nc_test"
+ },
+ {
+ "name": "xnnpack_unpooling_nhwc_test"
+ }
]
}