From 8310c76e3a76b09a2a6e8ebe28ce84c5ef19e41c 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: Wed, 20 Nov 2019 12:34:35 +0900 Subject: [PATCH] [exo] NET_0028(Instance Norm) dredd rule (#9010) This commit introduces dredd rule for 1.0 release requirement: tf2circle should merge Instance Norm pattern Signed-off-by: Cheongyo Bahk --- res/TensorFlowTests/NET_0028/circle_1.0_rel_requirement.rule | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 res/TensorFlowTests/NET_0028/circle_1.0_rel_requirement.rule diff --git a/res/TensorFlowTests/NET_0028/circle_1.0_rel_requirement.rule b/res/TensorFlowTests/NET_0028/circle_1.0_rel_requirement.rule new file mode 100644 index 0000000..30185e2 --- /dev/null +++ b/res/TensorFlowTests/NET_0028/circle_1.0_rel_requirement.rule @@ -0,0 +1,6 @@ +# tf2circle-dredd-pbtxt-test against Instance Norm fusion + +RULE "VERIFY_FILE_FORMAT" $(verify_file_format) '=' 1 # 1 means verification is OK + +RULE "ALL_OP_COUNT" $(all_op_count) '=' 1 +RULE "OP_COUNT_INSTANCE_NORM" $(op_count INSTANCE_NORM) '=' 1 -- 2.7.4