aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8
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/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8
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/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8')
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/desc.json24
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/input-0.json159
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/input-1.json19
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/test.json59
4 files changed, 261 insertions, 0 deletions
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/desc.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/desc.json
new file mode 100644
index 000000000..dc8dfba88
--- /dev/null
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/desc.json
@@ -0,0 +1,24 @@
+{
+ "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 output list does not match expected output",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/input-0.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/input-0.json
new file mode 100644
index 000000000..5b2464907
--- /dev/null
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/input-0.json
@@ -0,0 +1,159 @@
+{
+ "type": "int32",
+ "data": [
+ [
+ 2,
+ -48,
+ 30,
+ 118,
+ -109,
+ 106,
+ -96,
+ -85,
+ -83,
+ -123,
+ -90,
+ 75
+ ],
+ [
+ -14,
+ -17,
+ 25,
+ -72,
+ -94,
+ -37,
+ 62,
+ -88,
+ 89,
+ -126,
+ -104,
+ -44
+ ],
+ [
+ -85,
+ -17,
+ -34,
+ 0,
+ 40,
+ -73,
+ -107,
+ -116,
+ -40,
+ 75,
+ 125,
+ 71
+ ],
+ [
+ 5,
+ 4,
+ -84,
+ -50,
+ 28,
+ -123,
+ -37,
+ 38,
+ 99,
+ 88,
+ 115,
+ 36
+ ],
+ [
+ -68,
+ -71,
+ 107,
+ 48,
+ 70,
+ 1,
+ -89,
+ 23,
+ 83,
+ -66,
+ -83,
+ -13
+ ],
+ [
+ -126,
+ -104,
+ 71,
+ 93,
+ -40,
+ -111,
+ 107,
+ 106,
+ -15,
+ 113,
+ 28,
+ 45
+ ],
+ [
+ 62,
+ -64,
+ 88,
+ -89,
+ -83,
+ -101,
+ -76,
+ 70,
+ 99,
+ -99,
+ -54,
+ -67
+ ],
+ [
+ 35,
+ 91,
+ -110,
+ -42,
+ 42,
+ 103,
+ -81,
+ 2,
+ 76,
+ 85,
+ 61,
+ 69
+ ],
+ [
+ 22,
+ -121,
+ -90,
+ 78,
+ -61,
+ 51,
+ -118,
+ 24,
+ -48,
+ 22,
+ -31,
+ 64
+ ],
+ [
+ -9,
+ 72,
+ 127,
+ -21,
+ 57,
+ -11,
+ -28,
+ 49,
+ 88,
+ -49,
+ -35,
+ -23
+ ],
+ [
+ -36,
+ -79,
+ -112,
+ -55,
+ 60,
+ 108,
+ -77,
+ -25,
+ -68,
+ 91,
+ -40,
+ -98
+ ]
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/input-1.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/input-1.json
new file mode 100644
index 000000000..e517db1b1
--- /dev/null
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/input-1.json
@@ -0,0 +1,19 @@
+{
+ "type": "int32",
+ "data": [
+ [
+ 26,
+ 5,
+ 27,
+ 17,
+ 17,
+ 15,
+ 29,
+ 5,
+ 13,
+ 2,
+ 19,
+ 20
+ ]
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/test.json
new file mode 100644
index 000000000..2d9eb4ba2
--- /dev/null
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11x12_i8/test.json
@@ -0,0 +1,59 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 12
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 12
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11,
+ 12
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}