Enable more pacl framework test (#2037)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 20 Jul 2018 08:07:54 +0000 (17:07 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 20 Jul 2018 08:07:54 +0000 (17:07 +0900)
Enable more pacl framework test: add/1D, concat2, tensorflowmax
Fix list as alphabet order

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tests/framework/tests/add/1D/config.sh
tests/framework/tests/concat2/config.sh
tests/framework/tests/custom/tensorflowmax/config.sh
tools/test_driver/pureacl_frameworktest_list.txt

index 64f6e3a..64c5c9c 100644 (file)
@@ -1,3 +1,2 @@
 MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
 MODELFILE_NAME="add_test1.tflite"
-STATUS="disabled"
index f631c07..48fc00e 100644 (file)
@@ -1,3 +1,2 @@
 MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
 MODELFILE_NAME="concat_test2.tflite"
-STATUS="disabled"
index 1b6617b..7b19b3b 100644 (file)
@@ -1,3 +1,2 @@
 MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
 MODELFILE_NAME="custom_max_test.tflite"
-STATUS="disabled"
index c933094..e978872 100644 (file)
@@ -1,20 +1,28 @@
-add/4D
+add
 avgpool1
 avgpool2
+cast
 concat1
+concat2
 convolution1
 convolution2
+custom/tensorflowmax
+depthconv1
+depthconv2
 div/broadcast
+gather
+inceptionv3/inception_module
 maxpool1
 maxpool2
+mobilenet
+mul/broadcast
+relu
+relu6
+reshape1
+reshape2
 resize_bilinear
+strided_slice
 softmax
-gather
-topkv2
-div/broadcast
-concat2
-sub/broadcast
-custom/tensorflowmax
-mul/broadcast
 strided_slice
-cast
+sub/broadcast
+topkv2