From d1ae31dab4972b1feb0b8e35d903a585d3123ece 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: Tue, 26 Nov 2019 10:25:54 +0900 Subject: [PATCH] NET_0028(IN) dredd testcase for tf2circle (#9190) This commit registers NET_0028(Instance Norm pattern) dredd testcase for tf2circle. It tests whether tf2circle can fuse Instance Norm pattern. Signed-off-by: Cheongyo Bahk --- compiler/tf2circle-dredd-pbtxt-test/test.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tf2circle-dredd-pbtxt-test/test.lst b/compiler/tf2circle-dredd-pbtxt-test/test.lst index 185b3fc..d79a8fe 100644 --- a/compiler/tf2circle-dredd-pbtxt-test/test.lst +++ b/compiler/tf2circle-dredd-pbtxt-test/test.lst @@ -1,2 +1,3 @@ # TODO add tests like the following: # Add(NET_0030 RULE circle_1.0_rel_requirement.rule) # Concat +Add(NET_0028 RULE circle_1.0_rel_requirement.rule) # Instance Norm -- 2.7.4