aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4
diff options
context:
space:
mode:
Diffstat (limited to 'operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4')
-rw-r--r--operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/desc.json24
-rw-r--r--operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/input-1.json6
-rw-r--r--operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/input-2.json11
-rw-r--r--operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/test.json294
4 files changed, 0 insertions, 335 deletions
diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/desc.json b/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/desc.json
deleted file mode 100644
index fb49adf47..000000000
--- a/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/desc.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "tosa_file": "test.json",
- "ifm_name": [
- "input-1",
- "input-2"
- ],
- "ifm_file": [
- "input-1.npy",
- "input-2.npy"
- ],
- "ofm_name": [
- "layer-3"
- ],
- "ofm_file": [
- "layer-3.npy"
- ],
- "expected_return_code": 2,
- "expected_failure": true,
- "expected_failure_desc": "Input list does not match output list",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/input-1.json b/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/input-1.json
deleted file mode 100644
index a76a8b1e4..000000000
--- a/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/input-1.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "int32",
- "data": [
- 4
- ]
-} \ No newline at end of file
diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/input-2.json b/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/input-2.json
deleted file mode 100644
index da2782897..000000000
--- a/operators/control_flow/while_loop/while_loop_ERRORIF_InputListOutputListMismatch_6_i32_iter4/input-2.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "int32",
- "data": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
- ]
-} \ No newline at end of file
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"
- ]
- }
- ]
-}