From 46a01276d07b954c79e017a9ba46e1033a44568a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Thu, 8 Aug 2019 18:53:04 +0900 Subject: [PATCH] Update skiplist for acl neon backend (#6396) Update nnapi generated test for acl neon backend - Enable validation test - Enable trivial test except broadcast mul - Enable depth-conv - Enable comparison - Enable remain fc tests - Enable remain reshape tests Signed-off-by: Hyeongseok Oh --- tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon index 3f1216c..e87aba3 100644 --- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon +++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon @@ -2,29 +2,13 @@ # Following tests will be skipped on armv7l-linux acl_neon # # Not support operations -TrivialTest.AddTwo -TrivialTest.AddThree -TrivialTest.BroadcastAddTwo TrivialTest.BroadcastMulTwo -ValidationTestCompilation.SetPreference -ValidationTestCompilation.CreateExecution -ValidationTestCompilation.Finish -ValidationTestExecution.SetInput -ValidationTestExecution.SetOutput -ValidationTestExecution.SetInputFromMemory -ValidationTestExecution.SetOutputFromMemory -ValidationTestExecution.StartCompute -ValidationTestExecution.EventWait -GeneratedTests.add* GeneratedTests.argmax* GeneratedTests.depth_to_space* -GeneratedTests.depthwise_conv2d_quant* -GeneratedTests.depthwise_conv GeneratedTests.dequantize GeneratedTests.embedding_lookup GeneratedTests.embedding_lookup_2d_nnfw GeneratedTests.embedding_lookup_4d_nnfw -GeneratedTests.equal_ex* GeneratedTests.exp_ex* GeneratedTests.floor_ GeneratedTests.greater_equal_ex* @@ -32,7 +16,6 @@ GeneratedTests.hashtable_lookup* GeneratedTests.l2_normalization* GeneratedTests.l2_pool* GeneratedTests.local_response_norm* -GeneratedTests.less_ex* GeneratedTests.logical_and_ex* GeneratedTests.logical_or_ex* GeneratedTests.logistic* @@ -65,12 +48,5 @@ GeneratedTests.pack* GeneratedTests.unpack* generatedtests.logical_not_ex* # Need to be fixed -GeneratedTests.fully_connected_float_1_nnfw -GeneratedTests.fully_connected_quant8_2 -GeneratedTests.reshape -GeneratedTests.reshape_quant8 -GeneratedTests.reshape_quant8_weights_as_inputs -GeneratedTests.reshape_weights_as_inputs -GeneratedTests.fully_connected_float_4d_simple GeneratedTests.logical_not_ex_1D GeneratedTests.logical_not_ex_4D -- 2.7.4