From 607e444759969f002b6e82e7fce5acef444194ca 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: Mon, 23 Sep 2019 13:59:18 +0900 Subject: [PATCH] [tf2tflite] Enable UNIT_Squeeze_003 test (#7679) This commit will enable `UNIT_Squeeze_003` 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 bc3bc48..ee141cf 100644 --- a/compiler/tf2tflite/test.lst +++ b/compiler/tf2tflite/test.lst @@ -63,6 +63,7 @@ add(UNIT_SquaredDifference_000) add(UNIT_Squeeze_000) add(UNIT_Squeeze_001) add(UNIT_Squeeze_002) +add(UNIT_Squeeze_003) add(UNIT_StopGradient_000) add(UNIT_StopGradient_001) add(UNIT_Sub_000) -- 2.7.4