From f30de0b4bd192359d63cb84b16a6d5f59193e409 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=B2=9C=EA=B5=90/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Fri, 23 Aug 2019 17:12:39 +0900 Subject: [PATCH] [mocotest-tf] Enable valid NET tests (#6874) This commit enables NET_0022~0024 tests for mocotest-tf. These tests are tests for networks with multiple IO. Signed-off-by: Cheongyo Bahk --- compiler/mocotest-tf/test.lst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/mocotest-tf/test.lst b/compiler/mocotest-tf/test.lst index f84dd1b..897da2e 100644 --- a/compiler/mocotest-tf/test.lst +++ b/compiler/mocotest-tf/test.lst @@ -20,6 +20,9 @@ add(NET_0018) add(NET_0019) add(NET_0020) add(NET_0021) +add(NET_0022) +add(NET_0023) +add(NET_0024) add(REGRESSION_0000) add(UNIT_Add_000) add(UNIT_AvgPool_000) -- 2.7.4