summaryrefslogtreecommitdiff
path: root/tests/framework
diff options
context:
space:
mode:
author서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>2018-05-29 10:22:40 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2018-05-29 10:22:40 +0900
commitfb6456ee1c0477d8a145366bc3840a876d180819 (patch)
tree738bce151cc7cf8ae6fbd869e158df8583aa734a /tests/framework
parent3d7eb51b00eaf8913c7d2630361823296ea06227 (diff)
downloadnnfw-fb6456ee1c0477d8a145366bc3840a876d180819.tar.gz
nnfw-fb6456ee1c0477d8a145366bc3840a876d180819.tar.bz2
nnfw-fb6456ee1c0477d8a145366bc3840a876d180819.zip
Convert TF Lite's DIV to NN API's (#1398)
For #1199 and #1366 This commit links TF Lite's DIV operation to NN API's. It also enables the Div test in the framework test. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
Diffstat (limited to 'tests/framework')
-rw-r--r--tests/framework/tests/div/broadcast/config.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/framework/tests/div/broadcast/config.sh b/tests/framework/tests/div/broadcast/config.sh
index 4fd08b07f..164b20134 100644
--- a/tests/framework/tests/div/broadcast/config.sh
+++ b/tests/framework/tests/div/broadcast/config.sh
@@ -1,3 +1,2 @@
MODELFILE_SERVER="http://npuarchive.mooo.com/archive/nnfw/nn_framework_test"
MODELFILE_NAME="div_test_broadcast.tflite"
-STATUS="disabled"