[tf2tflite] Enable valid NET tests (#6875)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Fri, 23 Aug 2019 08:12:00 +0000 (17:12 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 23 Aug 2019 08:12:00 +0000 (17:12 +0900)
This commit enables NET_0022~0024 tests for tf2tflite. These tests are
tests for networks with multiple IO.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/tf2tflite/test.lst

index 333776b..104e9cf 100644 (file)
@@ -25,6 +25,9 @@ add(NET_0018)
 add(NET_0019)
 add(NET_0020)
 add(NET_0021)
+add(NET_0022)
+add(NET_0023)
+add(NET_0024)
 add(REGRESSION_0000)
 add(UNIT_Add_000)
 add(UNIT_AvgPool_000)