From: 박천교/On-Device Lab(SR)/Engineer/삼성전자 Date: Fri, 25 Oct 2019 08:12:49 +0000 (+0900) Subject: Update nnpkg_test list (#8481) X-Git-Tag: submit/tizen/20191205.083104~578 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84bc4166f64a00f06f0e52d86894806b0ce867fe;p=platform%2Fcore%2Fml%2Fnnfw.git Update nnpkg_test list (#8481) This commit updates nnpkg_test's test coverage. Note that unit test for 'Concat' and 'DepthwiseConv2D' have been changed their names: - UNIT_Concat_* -> UNIT_ConcatV2_* - UNIT_DepthwiseConv2D_* -> UNIT_DepthwiseConv2dNative_* Signed-off-by: Cheongyo Bahk --- diff --git a/tools/nnpackage_tool/nnpkg_test/list b/tools/nnpackage_tool/nnpkg_test/list index 98d93a3..6f9423a 100644 --- a/tools/nnpackage_tool/nnpkg_test/list +++ b/tools/nnpackage_tool/nnpkg_test/list @@ -1,13 +1,33 @@ UNIT_Add_000 +UNIT_Add_001 +UNIT_Add_002 +UNIT_Add_004 +UNIT_Add_005 UNIT_AvgPool_000 UNIT_AvgPool_001 +UNIT_BiasAdd_000 +UNIT_BiasAdd_001 UNIT_BiasAdd_002 -UNIT_Concat_002 -UNIT_DepthwiseConv2D_000 -UNIT_DepthwiseConv2D_001 +UNIT_ConcatV2_000 +UNIT_ConcatV2_001 +UNIT_ConcatV2_002 +UNIT_Conv2D_000 +UNIT_Conv2DBackpropInput_000 +UNIT_Conv2DBackpropInput_001 +UNIT_DepthwiseConv2dNative_000 +UNIT_DepthwiseConv2dNative_001 UNIT_MaxPool_000 UNIT_MaxPool_001 +UNIT_Mean_000 +UNIT_Mean_001 +UNIT_Mean_002 +UNIT_Mean_003 +UNIT_Mul_000 +UNIT_Mul_001 +UNIT_Mul_002 +UNIT_Pad_000 UNIT_RealDiv_000 +UNIT_RealDiv_001 UNIT_Relu_000 UNIT_Relu6_000 UNIT_Reshape_000 @@ -17,5 +37,7 @@ UNIT_Sqrt_000 UNIT_Squeeze_000 UNIT_Squeeze_001 UNIT_Squeeze_002 +UNIT_Squeeze_003 UNIT_Sub_000 +UNIT_Sub_001 UNIT_Tanh_000