[exo] NET_0028(Instance Norm) dredd rule (#9010)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Wed, 20 Nov 2019 03:34:35 +0000 (12:34 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 20 Nov 2019 03:34:35 +0000 (12:34 +0900)
This commit introduces dredd rule for 1.0 release requirement: tf2circle
should merge Instance Norm pattern

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
res/TensorFlowTests/NET_0028/circle_1.0_rel_requirement.rule [new file with mode: 0644]

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 (file)
index 0000000..30185e2
--- /dev/null
@@ -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