[moco-integration] Conv2DBackpropInput unit tests (#7702)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Tue, 24 Sep 2019 01:57:29 +0000 (10:57 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 24 Sep 2019 01:57:29 +0000 (10:57 +0900)
This commit adds following unit tests for moco integration:
- UNIT_Conv2DBackpropInput_000, valid padding case
- UNIT_Conv2DBackpropInput_001, same padding case

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/moco-integration-test/test.lst

index bd18014..8d543c8 100644 (file)
@@ -41,6 +41,8 @@ add(UNIT_Concat_001)
 add(UNIT_Concat_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_FusedBatchNorm_000)