From: 박천교/On-Device Lab(SR)/Engineer/삼성전자 Date: Fri, 23 Aug 2019 08:12:39 +0000 (+0900) Subject: [mocotest-tf] Enable valid NET tests (#6874) X-Git-Tag: accepted/tizen/unified/20190903.052428~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f30de0b4bd192359d63cb84b16a6d5f59193e409;p=platform%2Fcore%2Fml%2Fnnfw.git [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 --- 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)