From 00a975a0ba6dbe4844c7d5f03a9a685a643decf3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=B2=9C=EA=B5=90/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 21 Aug 2019 07:18:04 +0900 Subject: [PATCH] [tf2tflite] Epilogue test (#6751) This commit adds Epilogue test of Inception v3 for tf2tflie Signed-off-by: Cheongyo Bahk --- compiler/tf2tflite/test.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst index 17070db..79068ca 100644 --- a/compiler/tf2tflite/test.lst +++ b/compiler/tf2tflite/test.lst @@ -33,6 +33,7 @@ add(Sub_000) add(TF_IV3_AvgPool_GlobalPooling) add(TF_IV3_AvgPool_Module) add(TF_IV3_Conv2D_000) +add(TF_IV3_Epilogue) add(TF_IV3_MaxPool) add(NET_0000) add(NET_0001) -- 2.7.4