aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:21 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:21 +0100
commit4cc1201dde80193611cc8e14a7886aba96a3da09 (patch)
tree7911391452d9fe7c90f1756d9379c7d69a526669 /operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32
parentcf8989f6250721418177c5b78cdedb7b6c56f74d (diff)
downloadconformance_tests-4cc1201dde80193611cc8e14a7886aba96a3da09.tar.gz
Updating EW_BINARY tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ia7139c9720b6e2bbaa6b2dcc4c7367aa07135f4e
Diffstat (limited to 'operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32')
-rw-r--r--operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json24
-rw-r--r--operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/input-0.json37
-rw-r--r--operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/input-1.json6
-rw-r--r--operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/test.json55
4 files changed, 0 insertions, 122 deletions
diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json
deleted file mode 100644
index a4740efbc..000000000
--- a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/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": "Op input list does not match expected input",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/input-0.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/input-0.json
deleted file mode 100644
index b58479490..000000000
--- a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/input-0.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "type": "int32",
- "data": [
- -1109260052,
- -747369654,
- -1199019178,
- 74285795,
- -1207163947,
- -1170722344,
- 1474942082,
- 1300482202,
- 1439307796,
- -1132592751,
- -481282260,
- 1673209100,
- -993351641,
- 1372274273,
- -1867638505,
- 774628838,
- 1768041157,
- -1868912444,
- 669721378,
- -315034046,
- 1114530265,
- 2029526964,
- 1406113902,
- 848806324,
- -1838103059,
- 1300912000,
- 180785081,
- -10826050,
- 777215818,
- -1310468591,
- 1912377823,
- 2143234609
- ]
-} \ No newline at end of file
diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/input-1.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/input-1.json
deleted file mode 100644
index 6dd12b88b..000000000
--- a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/input-1.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "int32",
- "data": [
- 1205388176
- ]
-} \ No newline at end of file
diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/test.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/test.json
deleted file mode 100644
index c62bd4455..000000000
--- a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/test.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "BITWISE_XOR",
- attribute_type: "NONE",
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 32
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 32
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}