[moco-integration-test] Add renamed test case (#8098)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Mon, 14 Oct 2019 04:41:03 +0000 (13:41 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 14 Oct 2019 04:41:03 +0000 (13:41 +0900)
This commit adds renamed test case.

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

index 7a8e99d..36c801d 100644 (file)
@@ -39,15 +39,15 @@ 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_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_FusedBatchNorm_000)
 add(UNIT_FusedBatchNorm_001)
 add(UNIT_MaxPool_000)