aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/while_loop/while_loop_6_i32_iter1/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:10 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:10 +0100
commit3dd7bf887d5d04d98bc19b845f43cd3000b1d407 (patch)
tree9b5e57c01ef8c5b460174058d8ef4635401b62c4 /operators/control_flow/while_loop/while_loop_6_i32_iter1/test.json
parentb44d84cf19290be8ced2e0287160cb62c6385a21 (diff)
downloadconformance_tests-3dd7bf887d5d04d98bc19b845f43cd3000b1d407.tar.gz
Updating WHILE_LOOP tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Id220e001bd6ddfc8b06f8530a0b3bc1ed647c373
Diffstat (limited to 'operators/control_flow/while_loop/while_loop_6_i32_iter1/test.json')
-rw-r--r--operators/control_flow/while_loop/while_loop_6_i32_iter1/test.json294
1 files changed, 294 insertions, 0 deletions
diff --git a/operators/control_flow/while_loop/while_loop_6_i32_iter1/test.json b/operators/control_flow/while_loop/while_loop_6_i32_iter1/test.json
new file mode 100644
index 000000000..af22b3db5
--- /dev/null
+++ b/operators/control_flow/while_loop/while_loop_6_i32_iter1/test.json
@@ -0,0 +1,294 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-0"
+ ]
+ },
+ {
+ op: "WHILE_LOOP",
+ attribute_type: "WhileLoopAttribute",
+ attribute: {
+ cond_branch: "COND_BLOCK",
+ body_branch: "BODY_BLOCK"
+ },
+ inputs: [
+ "input-1",
+ "const-0",
+ "input-2"
+ ],
+ outputs: [
+ "layer-1",
+ "layer-2",
+ "layer-3"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "const-0",
+ shape: [
+ 6
+ ],
+ type: "INT32",
+ data: [
+ 98,
+ 3,
+ 0,
+ 0,
+ 204,
+ 160,
+ 255,
+ 255,
+ 249,
+ 86,
+ 0,
+ 0,
+ 76,
+ 243,
+ 255,
+ 255,
+ 23,
+ 0,
+ 0,
+ 0,
+ 236,
+ 222,
+ 255,
+ 255
+ ]
+ },
+ {
+ name: "input-1",
+ shape: [
+
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 6
+ ],
+ type: "INT32"
+ },
+ {
+ name: "layer-1",
+ shape: [
+
+ ],
+ type: "INT32"
+ },
+ {
+ name: "layer-2",
+ shape: [
+ 6
+ ],
+ type: "INT32"
+ },
+ {
+ name: "layer-3",
+ shape: [
+ 6
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "layer-3"
+ ]
+ },
+ {
+ name: "COND_BLOCK",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-3"
+ ]
+ },
+ {
+ op: "GREATER",
+ attribute_type: "NONE",
+ inputs: [
+ "input-1",
+ "const-3"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-1",
+ shape: [
+
+ ],
+ type: "INT32"
+ },
+ {
+ name: "const-0",
+ shape: [
+ 6
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 6
+ ],
+ type: "INT32"
+ },
+ {
+ name: "const-3",
+ shape: [
+
+ ],
+ type: "INT32",
+ data: [
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-1",
+ "const-0",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ },
+ {
+ name: "BODY_BLOCK",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-4"
+ ]
+ },
+ {
+ op: "ADD",
+ attribute_type: "NONE",
+ inputs: [
+ "const-0",
+ "input-2"
+ ],
+ outputs: [
+ "layer-5"
+ ]
+ },
+ {
+ op: "SUB",
+ attribute_type: "NONE",
+ inputs: [
+ "input-1",
+ "const-4"
+ ],
+ outputs: [
+ "layer-4"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-1",
+ shape: [
+
+ ],
+ type: "INT32"
+ },
+ {
+ name: "const-0",
+ shape: [
+ 6
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 6
+ ],
+ type: "INT32"
+ },
+ {
+ name: "const-4",
+ shape: [
+
+ ],
+ type: "INT32",
+ data: [
+ 1,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ name: "layer-4",
+ shape: [
+
+ ],
+ type: "INT32"
+ },
+ {
+ name: "layer-5",
+ shape: [
+ 6
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-1",
+ "const-0",
+ "input-2"
+ ],
+ outputs: [
+ "layer-4",
+ "const-0",
+ "layer-5"
+ ]
+ }
+ ]
+}