[tf2tflite] Add renamed test case (#8088)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Mon, 14 Oct 2019 03:17:21 +0000 (12:17 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 14 Oct 2019 03:17:21 +0000 (12:17 +0900)
This commit adds renamed test case to tf2tflite.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
compiler/tf2tflite/test.lst

index fa121af..14099ef 100644 (file)
@@ -40,16 +40,16 @@ add(UNIT_AvgPool_001)
 #add(UNIT_BiasAdd_000)
 #add(UNIT_BiasAdd_001)
 add(UNIT_BiasAdd_002)
-#add(UNIT_Concat_000)
-#add(UNIT_Concat_001)
-add(UNIT_Concat_002)
+#add(UNIT_ConcatV2_000)
+#add(UNIT_ConcatV2_001)
+add(UNIT_ConcatV2_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_DepthwiseConv2dNative_000)
+add(UNIT_DepthwiseConv2dNative_001)
 add(UNIT_MaxPool_000)
 add(UNIT_MaxPool_001)
 add(UNIT_Mean_000)