From 6a6feb0db20230d0c44823ca333e0461beafb997 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Thu, 25 Jul 2019 17:59:11 +0900 Subject: [PATCH] [tf2tflite] Enable Relu6_000 test (#5886) tf2tflite test framework now checks Relu6_000 automatically. Signed-off-by: Jonghyun Park --- compiler/tf2tflite/test.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst index 42ef380..f30ebf8 100644 --- a/compiler/tf2tflite/test.lst +++ b/compiler/tf2tflite/test.lst @@ -20,6 +20,7 @@ add(MaxPool_001) add(Multiple_IO_002) add(Placeholder_000) add(Relu_000) +add(Relu6_000) #add(Reshape_000) add(TF_IV3_AvgPool_GlobalPooling) add(TF_IV3_AvgPool_Module) -- 2.7.4