[moco-testtf] Enable DepthwiseConv2D test (#6885)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Fri, 23 Aug 2019 09:52:59 +0000 (18:52 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 23 Aug 2019 09:52:59 +0000 (18:52 +0900)
This commist enable Depthwiseconv2D test.

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

index 7092a68..4262ce3 100644 (file)
@@ -34,6 +34,8 @@ add(UNIT_Concat_001)
 add(UNIT_Concat_002)
 add(UNIT_Const_000)
 add(UNIT_Conv2D_000)
+add(UNIT_DepthwiseConv2D_000)
+add(UNIT_DepthwiseConv2D_001)
 add(UNIT_MaxPool_000)
 add(UNIT_MaxPool_001)
 add(UNIT_Mul_000)