[tf2tflite] Enable DepthwiseConv2D test (#6883)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Fri, 23 Aug 2019 09:53:08 +0000 (18:53 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 23 Aug 2019 09:53:08 +0000 (18:53 +0900)
This commit enables DetphwiseConv2D test.

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

index 013a85e..4c020f4 100644 (file)
@@ -38,6 +38,8 @@ add(UNIT_Concat_002)
 add(UNIT_Const_000)
 #add(UNIT_Const_001)
 add(UNIT_Conv2D_000)
+add(UNIT_DepthwiseConv2D_000)
+add(UNIT_DepthwiseConv2D_001)
 add(UNIT_MaxPool_000)
 add(UNIT_MaxPool_001)
 add(UNIT_Mul_000)