aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:09 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:09 +0100
commitd2d22b3e074fa6be55ca3d568540e820e50f44be (patch)
treea378828b3295cc0d12f046b6ed3267af4e9b2ae4 /operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/test.json
parent00dde3db31f3648d0a02a0b382c9e91c9dee9214 (diff)
downloadconformance_tests-d2d22b3e074fa6be55ca3d568540e820e50f44be.tar.gz
Updating CONTROL_FLOW tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I4ae422b36f7867a762ea2940a332afa6c5c153a8
Diffstat (limited to 'operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/test.json')
-rw-r--r--operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/test.json294
1 files changed, 0 insertions, 294 deletions
diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/test.json b/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/test.json
deleted file mode 100644
index 327a7c71c..000000000
--- a/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/test.json
+++ /dev/null
@@ -1,294 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- 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: [
- 45,
- 233,
- 255,
- 255,
- 105,
- 211,
- 255,
- 255,
- 209,
- 103,
- 0,
- 0,
- 214,
- 222,
- 255,
- 255,
- 139,
- 147,
- 255,
- 255,
- 52,
- 248,
- 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: [
- 9
- ],
- 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"
- ]
- }
- ]
-}