From 0b8002710f8afdfe640dc46e903bd701b69433d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=84=B8=ED=9D=AC/On-Device=20Lab=28SR=29/Princip?= =?utf8?q?al=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 21 Aug 2019 07:07:53 +0900 Subject: [PATCH] [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 --- compiler/tf2tflite/test.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst index 9e941a5..17070db 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) -- 2.7.4