From a9665704415d4ee3a97916ceb49e696ee63812cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=82=A8=EA=B6=81=EC=84=9D/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Fri, 23 Aug 2019 19:54:10 +0900 Subject: [PATCH] [tf2tflite] Enable UNIT_Tanh_000 test (#6882) This commit will enable `UNIT_Tanh_000` test in tf2tflite Signed-off-by: Seok NamKoong --- compiler/tf2tflite/test.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst index a7443bd..af52678 100644 --- a/compiler/tf2tflite/test.lst +++ b/compiler/tf2tflite/test.lst @@ -56,3 +56,4 @@ add(UNIT_Squeeze_001) add(UNIT_Squeeze_002) add(UNIT_StopGradient_000) add(UNIT_Sub_000) +add(UNIT_Tanh_000) -- 2.7.4