summaryrefslogtreecommitdiff
path: root/compiler/tf2tflite
diff options
context:
space:
mode:
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>2019-08-21 07:07:53 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-08-21 07:07:53 +0900
commit0b8002710f8afdfe640dc46e903bd701b69433d9 (patch)
tree7752373a0e2dd795d97a02175c9bbd58367463d7 /compiler/tf2tflite
parentc4d5d134d20529fab0cdffac4babf1b643215f4f (diff)
downloadnnfw-0b8002710f8afdfe640dc46e903bd701b69433d9.tar.gz
nnfw-0b8002710f8afdfe640dc46e903bd701b69433d9.tar.bz2
nnfw-0b8002710f8afdfe640dc46e903bd701b69433d9.zip
[tf2tflite] Enable NET_0015 (#6744)
This will enable NET_0015, 1/Sqrt(x), which is same as decomposed elements of Rsqrt Signed-off-by: SaeHie Park <saehie.park@samsung.com>
Diffstat (limited to 'compiler/tf2tflite')
-rw-r--r--compiler/tf2tflite/test.lst1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst
index 9e941a576..17070dba0 100644
--- a/compiler/tf2tflite/test.lst
+++ b/compiler/tf2tflite/test.lst
@@ -45,4 +45,5 @@ add(NET_0010)
add(NET_0012)
add(NET_0013)
add(NET_0014)
+add(NET_0015)
add(REGRESSION_0000)