From 4b19e91ed7919a81af6010217f6032f97a434d8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=B1=84=EC=84=B1=EC=9A=B0/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 14 Oct 2019 13:41:03 +0900 Subject: [PATCH] [moco-integration-test] Add renamed test case (#8098) This commit adds renamed test case. Signed-off-by: seongwoo --- compiler/moco-integration-test/test.lst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compiler/moco-integration-test/test.lst b/compiler/moco-integration-test/test.lst index 7a8e99d..36c801d 100644 --- a/compiler/moco-integration-test/test.lst +++ b/compiler/moco-integration-test/test.lst @@ -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) -- 2.7.4