aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0')
-rw-r--r--operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/desc.json24
-rw-r--r--operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/input-1.json6
-rw-r--r--operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/input-2.json16
-rw-r--r--operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/test.json314
4 files changed, 0 insertions, 360 deletions
diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/desc.json b/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/desc.json
deleted file mode 100644
index 7afd86637..000000000
--- a/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/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": "Cond graph output is not a match list of booleans",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/input-1.json b/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/input-1.json
deleted file mode 100644
index c795012dc..000000000
--- a/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/input-1.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "int32",
- "data": [
- 0
- ]
-} \ No newline at end of file
diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/input-2.json b/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/input-2.json
deleted file mode 100644
index 084427f2a..000000000
--- a/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/input-2.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "type": "int32",
- "data": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
- ]
-} \ No newline at end of file
diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/test.json b/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/test.json
deleted file mode 100644
index 41f9fcbd5..000000000
--- a/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_11_i32_iter0/test.json
+++ /dev/null
@@ -1,314 +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: [
- 11
- ],
- type: "INT32",
- data: [
- 229,
- 152,
- 255,
- 255,
- 123,
- 189,
- 255,
- 255,
- 119,
- 68,
- 0,
- 0,
- 30,
- 49,
- 0,
- 0,
- 136,
- 101,
- 0,
- 0,
- 32,
- 251,
- 255,
- 255,
- 181,
- 35,
- 0,
- 0,
- 111,
- 68,
- 0,
- 0,
- 41,
- 77,
- 0,
- 0,
- 79,
- 51,
- 0,
- 0,
- 163,
- 107,
- 0,
- 0
- ]
- },
- {
- name: "input-1",
- shape: [
-
- ],
- type: "INT32"
- },
- {
- name: "input-2",
- shape: [
- 11
- ],
- type: "INT32"
- },
- {
- name: "layer-1",
- shape: [
-
- ],
- type: "INT32"
- },
- {
- name: "layer-2",
- shape: [
- 11
- ],
- type: "INT32"
- },
- {
- name: "layer-3",
- shape: [
- 11
- ],
- 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: [
- 11
- ],
- type: "INT32"
- },
- {
- name: "input-2",
- shape: [
- 11
- ],
- type: "INT32"
- },
- {
- name: "const-3",
- shape: [
-
- ],
- type: "INT32",
- data: [
- 0,
- 0,
- 0,
- 0
- ]
- },
- {
- name: "result-0",
- shape: [
-
- ],
- type: "INT32"
- }
- ],
- 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: [
- 11
- ],
- type: "INT32"
- },
- {
- name: "input-2",
- shape: [
- 11
- ],
- type: "INT32"
- },
- {
- name: "const-4",
- shape: [
-
- ],
- type: "INT32",
- data: [
- 1,
- 0,
- 0,
- 0
- ]
- },
- {
- name: "layer-4",
- shape: [
-
- ],
- type: "INT32"
- },
- {
- name: "layer-5",
- shape: [
- 11
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-1",
- "const-0",
- "input-2"
- ],
- outputs: [
- "layer-4",
- "const-0",
- "layer-5"
- ]
- }
- ]
-}