From 28a90dd7211595b47ce3d0dd1901a449a4b8c015 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, 11 Jul 2019 13:59:37 +0900 Subject: [PATCH] [tf2tflite] Enable Placeholder_000 and Multiple_IO_002 (#4196) Recent changes on moco-tf and exo-tflite resolve Placeholder_000 and Multiple_IO_002 test failure. - moco-tf now eliminates Forward by default, which resolves Placeholder_000 failure. - exo-tflite now honor the input/output order, which resolves Multiple_IO_002 failure. This commit updates tf2tflite test framework to check Multiple_IO_002 and Placeholder_000 by default to prevent regression. Signed-off-by: Jonghyun Park --- contrib/tf2tflite/test.lst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/tf2tflite/test.lst b/contrib/tf2tflite/test.lst index 660eaa8..67dde17 100644 --- a/contrib/tf2tflite/test.lst +++ b/contrib/tf2tflite/test.lst @@ -17,7 +17,8 @@ add(MaxPool_001) #add(Mul_000) #add(Multiple_IO_000) #add(Multiple_IO_001) -#add(Placeholder_000) +add(Multiple_IO_002) +add(Placeholder_000) add(Relu_000) #add(Reshape_000) add(TF_IV3_AvgPool_GlobalPooling) -- 2.7.4