summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>2019-01-30 14:31:35 +0900
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>2019-01-30 14:31:35 +0900
commit8673057aeefffd53817714f243b52774dadb72a8 (patch)
treeef5e8abd6e6333c9c4a8f180dd6d51e47808a028 /tests
parent122387c8ceaae9f339d5c608c08ed2f65ad9e8e9 (diff)
downloadnnfw-8673057aeefffd53817714f243b52774dadb72a8.tar.gz
nnfw-8673057aeefffd53817714f243b52774dadb72a8.tar.bz2
nnfw-8673057aeefffd53817714f243b52774dadb72a8.zip
[neurun] Fix reshape bug (Apply #4254) (#4333)
* [neurun] Fix reshape bug (Apply #4254) Related : #2147, #4254 In #4254, It's set `apply_dim_correction` of `input`/`output` shapes to `false in `PACL`. This commit applies #4254 to `neurun` and remove related skip test list. Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com> * Revise CLTensor constructor
Diffstat (limited to 'tests')
-rw-r--r--tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun1
-rw-r--r--tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun.cpu1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
index f96db347c..63f057ba1 100644
--- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
+++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
@@ -72,7 +72,6 @@ GeneratedTests.reduce_sum_ex*
GeneratedTests.topk_v2*
# Unhandled exception
GeneratedTests.fully_connected*
-GeneratedTests.reshape*
# Unexpected result
GeneratedTests.softmax*
GeneratedTests.split*
diff --git a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun.cpu b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun.cpu
index f833d54a3..c2b4e026d 100644
--- a/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun.cpu
+++ b/tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun.cpu
@@ -96,7 +96,6 @@ GeneratedTests.reduce_sum_ex*
GeneratedTests.topk_v2*
# Unhandled exception
GeneratedTests.fully_connected*
-GeneratedTests.reshape*
# Unexpected result
GeneratedTests.avg_pool_quant8_5
GeneratedTests.conv_quant8_2