aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/cond_if_binary/cond_if_binary_47x48x46_i16_cond0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:07 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:07 +0100
commit8e8683119f76463973cd7e84cfd8e966451074ba (patch)
tree1e8d2ac2878fdcb97996166d079a0ba9c0684940 /operators/control_flow/cond_if_binary/cond_if_binary_47x48x46_i16_cond0/test.json
parent9faada17a2a70bd86b1755490eb3acf65654ceaf (diff)
downloadconformance_tests-8e8683119f76463973cd7e84cfd8e966451074ba.tar.gz
Updating COND_IF_BINARY tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I2c09e55b4d6f040c187586ff320dd863183b6ebd
Diffstat (limited to 'operators/control_flow/cond_if_binary/cond_if_binary_47x48x46_i16_cond0/test.json')
-rw-r--r--operators/control_flow/cond_if_binary/cond_if_binary_47x48x46_i16_cond0/test.json191
1 files changed, 191 insertions, 0 deletions
diff --git a/operators/control_flow/cond_if_binary/cond_if_binary_47x48x46_i16_cond0/test.json b/operators/control_flow/cond_if_binary/cond_if_binary_47x48x46_i16_cond0/test.json
new file mode 100644
index 000000000..1756813a4
--- /dev/null
+++ b/operators/control_flow/cond_if_binary/cond_if_binary_47x48x46_i16_cond0/test.json
@@ -0,0 +1,191 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "COND_IF",
+ attribute_type: "CondIfAttribute",
+ attribute: {
+ then_branch: "THEN_BLOCK",
+ else_branch: "ELSE_BLOCK"
+ },
+ inputs: [
+ "const-2",
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 47,
+ 48,
+ 46
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 47,
+ 48,
+ 46
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-2",
+ shape: [
+
+ ],
+ type: "BOOL",
+ data: [
+ 0
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 47,
+ 48,
+ 46
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ },
+ {
+ name: "THEN_BLOCK",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-1"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 47,
+ 48,
+ 46
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 47,
+ 48,
+ 46
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-1",
+ shape: [
+ 47,
+ 48,
+ 46
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-1"
+ ]
+ },
+ {
+ name: "ELSE_BLOCK",
+ operators: [
+ {
+ op: "LOGICAL_LEFT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-2"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 47,
+ 48,
+ 46
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 47,
+ 48,
+ 46
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-2",
+ shape: [
+ 47,
+ 48,
+ 46
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-2"
+ ]
+ }
+ ]
+}