aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0')
-rw-r--r--operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/desc.json24
-rw-r--r--operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/input-0.json16
-rw-r--r--operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/input-1.json16
-rw-r--r--operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/test.json173
4 files changed, 0 insertions, 229 deletions
diff --git a/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/desc.json b/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/desc.json
deleted file mode 100644
index 8826ba003..000000000
--- a/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/desc.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "tosa_file": "test.json",
- "ifm_name": [
- "input-0",
- "input-1"
- ],
- "ifm_file": [
- "input-0.npy",
- "input-1.npy"
- ],
- "ofm_name": [
- "result-0"
- ],
- "ofm_file": [
- "result-0.npy"
- ],
- "expected_return_code": 2,
- "expected_failure": true,
- "expected_failure_desc": "Input list shape does not match else-graph shape",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/input-0.json b/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/input-0.json
deleted file mode 100644
index 62c1c6077..000000000
--- a/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/input-0.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "type": "int32",
- "data": [
- 1,
- 2,
- 27,
- 20,
- 10,
- 5,
- 11,
- 5,
- 2,
- 22,
- 21
- ]
-} \ No newline at end of file
diff --git a/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/input-1.json b/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/input-1.json
deleted file mode 100644
index a0d942520..000000000
--- a/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/input-1.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "type": "int32",
- "data": [
- 21,
- 27,
- 16,
- 30,
- 18,
- 20,
- 29,
- 12,
- 3,
- 28,
- 18
- ]
-} \ No newline at end of file
diff --git a/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/test.json b/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/test.json
deleted file mode 100644
index e1e792f24..000000000
--- a/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfInputListElseGraphMismatch_11_i8_cond0/test.json
+++ /dev/null
@@ -1,173 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- 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: [
- 11
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 11
- ],
- type: "INT8"
- },
- {
- name: "const-2",
- shape: [
-
- ],
- type: "BOOL",
- data: [
- 0
- ]
- },
- {
- name: "result-0",
- shape: [
- 11
- ],
- type: "INT8"
- }
- ],
- 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: [
- 11
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 11
- ],
- type: "INT8"
- },
- {
- name: "result-1",
- shape: [
- 11
- ],
- type: "INT8"
- }
- ],
- 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: [
- 9
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 11
- ],
- type: "INT8"
- },
- {
- name: "result-2",
- shape: [
- 11
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-2"
- ]
- }
- ]
-}