summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-09-07 13:01:00 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2018-09-07 13:01:00 +0900
commit1dcb3127aba938d911ce10083fa2ee1b216c6a3d (patch)
treeb4f8fd445fdccc2134bf0d81436dc78aad6769c1 /tests
parent3d9cff194a245be06559d2321bfea017bd2cc426 (diff)
downloadnnfw-1dcb3127aba938d911ce10083fa2ee1b216c6a3d.tar.gz
nnfw-1dcb3127aba938d911ce10083fa2ee1b216c6a3d.tar.bz2
nnfw-1dcb3127aba938d911ce10083fa2ee1b216c6a3d.zip
Revise framework test list (#2636)
- Change directory structure: test/{tflite op name}/{testname} - Add new framework tests to support more operators - Update test list for neurun and benchmark_op Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/framework/tests/MODELS/inception_module/config.sh (renamed from tests/framework/tests/inceptionv3/inception_module/config.sh)0
-rw-r--r--tests/framework/tests/MODELS/inception_nonslim/config.sh (renamed from tests/framework/tests/inceptionv3/inception_nonslim/config.sh)0
-rw-r--r--tests/framework/tests/MODELS/inception_slim/config.sh (renamed from tests/framework/tests/inceptionv3/inception_slim/config.sh)0
-rw-r--r--tests/framework/tests/MODELS/mobilenet/config.sh (renamed from tests/framework/tests/mobilenet/config.sh)0
-rw-r--r--tests/framework/tests/average_pool_2d/avgpool1/config.sh (renamed from tests/framework/tests/avgpool1/config.sh)0
-rw-r--r--tests/framework/tests/average_pool_2d/avgpool2/config.sh (renamed from tests/framework/tests/avgpool2/config.sh)0
-rw-r--r--tests/framework/tests/concat/2D/config.sh3
-rw-r--r--tests/framework/tests/concat/concat1/config.sh (renamed from tests/framework/tests/concat1/config.sh)0
-rw-r--r--tests/framework/tests/concat/concat2/config.sh (renamed from tests/framework/tests/concat2/config.sh)0
-rw-r--r--tests/framework/tests/conv_2d/convolution1/config.sh (renamed from tests/framework/tests/convolution1/config.sh)0
-rw-r--r--tests/framework/tests/conv_2d/convolution2/config.sh (renamed from tests/framework/tests/convolution2/config.sh)0
-rw-r--r--tests/framework/tests/depthwise_conv_2d/depthconv1/config.sh (renamed from tests/framework/tests/depthconv1/config.sh)0
-rw-r--r--tests/framework/tests/depthwise_conv_2d/depthconv2/config.sh (renamed from tests/framework/tests/depthconv2/config.sh)0
-rw-r--r--tests/framework/tests/embedding_lookup/config.sh3
-rw-r--r--tests/framework/tests/floor/floor1/config.sh2
-rw-r--r--tests/framework/tests/floor/floor2/config.sh2
-rw-r--r--tests/framework/tests/fullyconnected/fc1/config.sh (renamed from tests/framework/tests/fullyconnected/config.sh)0
-rw-r--r--tests/framework/tests/fullyconnected/matmul2x2/config.sh (renamed from tests/framework/tests/mul/matmul2x2/config.sh)0
-rw-r--r--tests/framework/tests/hashtable_lookup/config.sh3
-rw-r--r--tests/framework/tests/l2_normalization/config.sh3
-rw-r--r--tests/framework/tests/l2_pool_2d/config.sh (renamed from tests/framework/tests/l2pool2d/config.sh)0
-rw-r--r--tests/framework/tests/max_pool_2d/maxpool1/config.sh (renamed from tests/framework/tests/maxpool1/config.sh)0
-rw-r--r--tests/framework/tests/max_pool_2d/maxpool2/config.sh (renamed from tests/framework/tests/maxpool2/config.sh)0
-rw-r--r--tests/framework/tests/pad/4D_2D/config.sh2
-rw-r--r--tests/framework/tests/pad/pad1/config.sh3
-rw-r--r--tests/framework/tests/pad/pad2/config.sh3
-rw-r--r--tests/framework/tests/reduce_mean/test1/config.sh4
-rw-r--r--tests/framework/tests/reduce_mean/test2/config.sh4
-rw-r--r--tests/framework/tests/reshape/3D/config.sh2
-rw-r--r--tests/framework/tests/reshape/reshape1/config.sh (renamed from tests/framework/tests/reshape1/config.sh)0
-rw-r--r--tests/framework/tests/reshape/reshape2/config.sh (renamed from tests/framework/tests/reshape2/config.sh)0
-rw-r--r--tests/framework/tests/rnn/config.sh3
-rw-r--r--tests/framework/tests/space_to_depth/config.sh2
-rw-r--r--tests/framework/tests/squeeze/config.sh3
-rw-r--r--tests/framework/tests/topk_v2/config.sh (renamed from tests/framework/tests/topkv2/config.sh)0
-rw-r--r--tests/framework/tests/tranpose/config.sh3
36 files changed, 45 insertions, 0 deletions
diff --git a/tests/framework/tests/inceptionv3/inception_module/config.sh b/tests/framework/tests/MODELS/inception_module/config.sh
index 6efe75ec5..6efe75ec5 100644
--- a/tests/framework/tests/inceptionv3/inception_module/config.sh
+++ b/tests/framework/tests/MODELS/inception_module/config.sh
diff --git a/tests/framework/tests/inceptionv3/inception_nonslim/config.sh b/tests/framework/tests/MODELS/inception_nonslim/config.sh
index ee68bdd36..ee68bdd36 100644
--- a/tests/framework/tests/inceptionv3/inception_nonslim/config.sh
+++ b/tests/framework/tests/MODELS/inception_nonslim/config.sh
diff --git a/tests/framework/tests/inceptionv3/inception_slim/config.sh b/tests/framework/tests/MODELS/inception_slim/config.sh
index 38a9a1442..38a9a1442 100644
--- a/tests/framework/tests/inceptionv3/inception_slim/config.sh
+++ b/tests/framework/tests/MODELS/inception_slim/config.sh
diff --git a/tests/framework/tests/mobilenet/config.sh b/tests/framework/tests/MODELS/mobilenet/config.sh
index 81342bd73..81342bd73 100644
--- a/tests/framework/tests/mobilenet/config.sh
+++ b/tests/framework/tests/MODELS/mobilenet/config.sh
diff --git a/tests/framework/tests/avgpool1/config.sh b/tests/framework/tests/average_pool_2d/avgpool1/config.sh
index d3ce6c2d0..d3ce6c2d0 100644
--- a/tests/framework/tests/avgpool1/config.sh
+++ b/tests/framework/tests/average_pool_2d/avgpool1/config.sh
diff --git a/tests/framework/tests/avgpool2/config.sh b/tests/framework/tests/average_pool_2d/avgpool2/config.sh
index 7ba390092..7ba390092 100644
--- a/tests/framework/tests/avgpool2/config.sh
+++ b/tests/framework/tests/average_pool_2d/avgpool2/config.sh
diff --git a/tests/framework/tests/concat/2D/config.sh b/tests/framework/tests/concat/2D/config.sh
new file mode 100644
index 000000000..f36c498fd
--- /dev/null
+++ b/tests/framework/tests/concat/2D/config.sh
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="concat_test_2d.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/concat1/config.sh b/tests/framework/tests/concat/concat1/config.sh
index c756ef780..c756ef780 100644
--- a/tests/framework/tests/concat1/config.sh
+++ b/tests/framework/tests/concat/concat1/config.sh
diff --git a/tests/framework/tests/concat2/config.sh b/tests/framework/tests/concat/concat2/config.sh
index 48fc00e3f..48fc00e3f 100644
--- a/tests/framework/tests/concat2/config.sh
+++ b/tests/framework/tests/concat/concat2/config.sh
diff --git a/tests/framework/tests/convolution1/config.sh b/tests/framework/tests/conv_2d/convolution1/config.sh
index 0286a8e8d..0286a8e8d 100644
--- a/tests/framework/tests/convolution1/config.sh
+++ b/tests/framework/tests/conv_2d/convolution1/config.sh
diff --git a/tests/framework/tests/convolution2/config.sh b/tests/framework/tests/conv_2d/convolution2/config.sh
index f8332f5c2..f8332f5c2 100644
--- a/tests/framework/tests/convolution2/config.sh
+++ b/tests/framework/tests/conv_2d/convolution2/config.sh
diff --git a/tests/framework/tests/depthconv1/config.sh b/tests/framework/tests/depthwise_conv_2d/depthconv1/config.sh
index 49bc217bb..49bc217bb 100644
--- a/tests/framework/tests/depthconv1/config.sh
+++ b/tests/framework/tests/depthwise_conv_2d/depthconv1/config.sh
diff --git a/tests/framework/tests/depthconv2/config.sh b/tests/framework/tests/depthwise_conv_2d/depthconv2/config.sh
index 774d2219a..774d2219a 100644
--- a/tests/framework/tests/depthconv2/config.sh
+++ b/tests/framework/tests/depthwise_conv_2d/depthconv2/config.sh
diff --git a/tests/framework/tests/embedding_lookup/config.sh b/tests/framework/tests/embedding_lookup/config.sh
new file mode 100644
index 000000000..935fdc587
--- /dev/null
+++ b/tests/framework/tests/embedding_lookup/config.sh
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="embedding_lookup_test1.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/floor/floor1/config.sh b/tests/framework/tests/floor/floor1/config.sh
new file mode 100644
index 000000000..acb1e0c10
--- /dev/null
+++ b/tests/framework/tests/floor/floor1/config.sh
@@ -0,0 +1,2 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="floor_4d_4d_test.tflite"
diff --git a/tests/framework/tests/floor/floor2/config.sh b/tests/framework/tests/floor/floor2/config.sh
new file mode 100644
index 000000000..48c3320ca
--- /dev/null
+++ b/tests/framework/tests/floor/floor2/config.sh
@@ -0,0 +1,2 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="floor_test_4d.tflite"
diff --git a/tests/framework/tests/fullyconnected/config.sh b/tests/framework/tests/fullyconnected/fc1/config.sh
index 0ba5ba35c..0ba5ba35c 100644
--- a/tests/framework/tests/fullyconnected/config.sh
+++ b/tests/framework/tests/fullyconnected/fc1/config.sh
diff --git a/tests/framework/tests/mul/matmul2x2/config.sh b/tests/framework/tests/fullyconnected/matmul2x2/config.sh
index 089e93327..089e93327 100644
--- a/tests/framework/tests/mul/matmul2x2/config.sh
+++ b/tests/framework/tests/fullyconnected/matmul2x2/config.sh
diff --git a/tests/framework/tests/hashtable_lookup/config.sh b/tests/framework/tests/hashtable_lookup/config.sh
new file mode 100644
index 000000000..dbb2a9432
--- /dev/null
+++ b/tests/framework/tests/hashtable_lookup/config.sh
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="hashtable_lookup_test1.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/l2_normalization/config.sh b/tests/framework/tests/l2_normalization/config.sh
new file mode 100644
index 000000000..8c15e7353
--- /dev/null
+++ b/tests/framework/tests/l2_normalization/config.sh
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="l2_normalization_test1.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/l2pool2d/config.sh b/tests/framework/tests/l2_pool_2d/config.sh
index 7c1289749..7c1289749 100644
--- a/tests/framework/tests/l2pool2d/config.sh
+++ b/tests/framework/tests/l2_pool_2d/config.sh
diff --git a/tests/framework/tests/maxpool1/config.sh b/tests/framework/tests/max_pool_2d/maxpool1/config.sh
index 06b29c16c..06b29c16c 100644
--- a/tests/framework/tests/maxpool1/config.sh
+++ b/tests/framework/tests/max_pool_2d/maxpool1/config.sh
diff --git a/tests/framework/tests/maxpool2/config.sh b/tests/framework/tests/max_pool_2d/maxpool2/config.sh
index e829599ad..e829599ad 100644
--- a/tests/framework/tests/maxpool2/config.sh
+++ b/tests/framework/tests/max_pool_2d/maxpool2/config.sh
diff --git a/tests/framework/tests/pad/4D_2D/config.sh b/tests/framework/tests/pad/4D_2D/config.sh
new file mode 100644
index 000000000..36f50ca8a
--- /dev/null
+++ b/tests/framework/tests/pad/4D_2D/config.sh
@@ -0,0 +1,2 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="pad_4d_2d_test.tflite"
diff --git a/tests/framework/tests/pad/pad1/config.sh b/tests/framework/tests/pad/pad1/config.sh
new file mode 100644
index 000000000..fa387366b
--- /dev/null
+++ b/tests/framework/tests/pad/pad1/config.sh
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="pad_test.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/pad/pad2/config.sh b/tests/framework/tests/pad/pad2/config.sh
new file mode 100644
index 000000000..be10289e1
--- /dev/null
+++ b/tests/framework/tests/pad/pad2/config.sh
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="pad_test2.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/reduce_mean/test1/config.sh b/tests/framework/tests/reduce_mean/test1/config.sh
new file mode 100644
index 000000000..9f63cb854
--- /dev/null
+++ b/tests/framework/tests/reduce_mean/test1/config.sh
@@ -0,0 +1,4 @@
+# REDUCE_MEAN is supported after tensorflow 1.10
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="reduce_mean_test.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/reduce_mean/test2/config.sh b/tests/framework/tests/reduce_mean/test2/config.sh
new file mode 100644
index 000000000..e5259ceb3
--- /dev/null
+++ b/tests/framework/tests/reduce_mean/test2/config.sh
@@ -0,0 +1,4 @@
+# REDUCE_MEAN is supported after tensorflow 1.10
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="reduce_mean_test_2.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/reshape/3D/config.sh b/tests/framework/tests/reshape/3D/config.sh
new file mode 100644
index 000000000..709983b3a
--- /dev/null
+++ b/tests/framework/tests/reshape/3D/config.sh
@@ -0,0 +1,2 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="reshape_test_3d.tflite"
diff --git a/tests/framework/tests/reshape1/config.sh b/tests/framework/tests/reshape/reshape1/config.sh
index c7944de86..c7944de86 100644
--- a/tests/framework/tests/reshape1/config.sh
+++ b/tests/framework/tests/reshape/reshape1/config.sh
diff --git a/tests/framework/tests/reshape2/config.sh b/tests/framework/tests/reshape/reshape2/config.sh
index de58a377c..de58a377c 100644
--- a/tests/framework/tests/reshape2/config.sh
+++ b/tests/framework/tests/reshape/reshape2/config.sh
diff --git a/tests/framework/tests/rnn/config.sh b/tests/framework/tests/rnn/config.sh
new file mode 100644
index 000000000..8643cd1ae
--- /dev/null
+++ b/tests/framework/tests/rnn/config.sh
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="rnn_basic_test1.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/space_to_depth/config.sh b/tests/framework/tests/space_to_depth/config.sh
new file mode 100644
index 000000000..0e4e9a67c
--- /dev/null
+++ b/tests/framework/tests/space_to_depth/config.sh
@@ -0,0 +1,2 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="space_to_depth_test1.tflite"
diff --git a/tests/framework/tests/squeeze/config.sh b/tests/framework/tests/squeeze/config.sh
new file mode 100644
index 000000000..3bd01b462
--- /dev/null
+++ b/tests/framework/tests/squeeze/config.sh
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="squeeze_test.tflite"
+STATUS="disabled"
diff --git a/tests/framework/tests/topkv2/config.sh b/tests/framework/tests/topk_v2/config.sh
index db34aa6a8..db34aa6a8 100644
--- a/tests/framework/tests/topkv2/config.sh
+++ b/tests/framework/tests/topk_v2/config.sh
diff --git a/tests/framework/tests/tranpose/config.sh b/tests/framework/tests/tranpose/config.sh
new file mode 100644
index 000000000..64abdea62
--- /dev/null
+++ b/tests/framework/tests/tranpose/config.sh
@@ -0,0 +1,3 @@
+MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
+MODELFILE_NAME="transpose_4d.tflite"
+STATUS="disabled"