From ecfe2504efcf0aea223aaba2d57b456eb989c270 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, 25 Sep 2019 10:37:23 +0900 Subject: [PATCH] [tf2tflite] Conv2DBackpropInput unit tests (#7718) This commit adds following unit tests for tf2tflite integration test: - UNIT_Conv2DBackpropInput_000, valid padding case - UNIT_Conv2DBackpropInput_001, same padding case Signed-off-by: Cheongyo Bahk --- compiler/tf2tflite/test.lst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/tf2tflite/test.lst b/compiler/tf2tflite/test.lst index 52d29af..30d7b7e 100644 --- a/compiler/tf2tflite/test.lst +++ b/compiler/tf2tflite/test.lst @@ -41,6 +41,8 @@ add(UNIT_Concat_002) add(UNIT_Const_000) #add(UNIT_Const_001) add(UNIT_Conv2D_000) +add(UNIT_Conv2DBackpropInput_000) +add(UNIT_Conv2DBackpropInput_001) add(UNIT_DepthwiseConv2D_000) add(UNIT_DepthwiseConv2D_001) add(UNIT_MaxPool_000) -- 2.7.4