diff options
author | 최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com> | 2018-06-05 10:53:17 +0900 |
---|---|---|
committer | 서상민/동작제어Lab(SR)/Staff Engineer/삼성전자 <sangmin7.seo@samsung.com> | 2018-06-05 10:53:17 +0900 |
commit | de88f28d28171daf97777136173c3f6dea9696d1 (patch) | |
tree | 399b552641c07a32987baa91478fcb35ee80bc08 /tests | |
parent | 2fc12ac54f0ade509f6d6486cabfbf557fcba8fc (diff) | |
download | nnfw-de88f28d28171daf97777136173c3f6dea9696d1.tar.gz nnfw-de88f28d28171daf97777136173c3f6dea9696d1.tar.bz2 nnfw-de88f28d28171daf97777136173c3f6dea9696d1.zip |
Enable gather operation test for test_driver (#1556)
This commit enables gather operation test for test_driver.
Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/framework/tests/gather/config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/framework/tests/gather/config.sh b/tests/framework/tests/gather/config.sh index 62171a83c..a1ba6563e 100644 --- a/tests/framework/tests/gather/config.sh +++ b/tests/framework/tests/gather/config.sh @@ -1,3 +1,2 @@ MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test" MODELFILE_NAME="gather_test.tflite" -STATUS="disabled" |