From 71b5613aa69ff55042749f8886f8c62a7f04f644 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9C=A4=ED=98=84=EC=8B=9D/On-Device=20Lab=28SR=29/Princip?= =?utf8?q?al=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Thu, 31 Oct 2019 10:47:44 +0900 Subject: [PATCH] [moco-integration-test] adding tests related to depthwiseConv2D bias fusion (#8543) This adds tests related to depthwiseConv2D bias fusion. Signed-off-by: Hyun Sik Yoon --- compiler/moco-integration-test/test.lst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/moco-integration-test/test.lst b/compiler/moco-integration-test/test.lst index 8213064..e352966 100644 --- a/compiler/moco-integration-test/test.lst +++ b/compiler/moco-integration-test/test.lst @@ -35,6 +35,10 @@ add(NET_0034) add(NET_0035) # add(NET_0036) add(NET_0037) +add(NET_0038) +add(NET_0039) +add(NET_0040) +add(NET_0041) add(REGRESSION_0000) add(REGRESSION_0001) add(REGRESSION_0002) -- 2.7.4