[tf2tflite] Enable Placeholder_000 and Multiple_IO_002 (#4196)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 11 Jul 2019 04:59:37 +0000 (13:59 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 11 Jul 2019 04:59:37 +0000 (13:59 +0900)
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 <jh1302.park@samsung.com>
contrib/tf2tflite/test.lst

index 660eaa8..67dde17 100644 (file)
@@ -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)