aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse
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/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse
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/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse')
-rw-r--r--operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/desc.json24
-rw-r--r--operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/input-0.json49
-rw-r--r--operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/input-1.json53
-rw-r--r--operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/test.json62
4 files changed, 188 insertions, 0 deletions
diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/desc.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/desc.json
new file mode 100644
index 000000000..9b2042e49
--- /dev/null
+++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/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": "Input Dimensions do not match output",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/input-0.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/input-0.json
new file mode 100644
index 000000000..3484d0beb
--- /dev/null
+++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/input-0.json
@@ -0,0 +1,49 @@
+{
+ "type": "int32",
+ "data": [
+ [
+ -886201994,
+ -758865650
+ ],
+ [
+ -2072202788,
+ -1588314479
+ ],
+ [
+ -935318024,
+ -1919865779
+ ],
+ [
+ -454959900,
+ -451767144
+ ],
+ [
+ -1998996064,
+ -1528271225
+ ],
+ [
+ 2144395077,
+ 247288821
+ ],
+ [
+ -1630855477,
+ -793132788
+ ],
+ [
+ 226035784,
+ 1971006324
+ ],
+ [
+ 1206555052,
+ 1944403028
+ ],
+ [
+ 343033256,
+ -988440784
+ ],
+ [
+ 1787119407,
+ 129270490
+ ]
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/input-1.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/input-1.json
new file mode 100644
index 000000000..c1ac8f9b4
--- /dev/null
+++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/input-1.json
@@ -0,0 +1,53 @@
+{
+ "type": "int32",
+ "data": [
+ [
+ 17,
+ 2
+ ],
+ [
+ 14,
+ 8
+ ],
+ [
+ 19,
+ 0
+ ],
+ [
+ 29,
+ 4
+ ],
+ [
+ 25,
+ 2
+ ],
+ [
+ 15,
+ 7
+ ],
+ [
+ 0,
+ 26
+ ],
+ [
+ 4,
+ 28
+ ],
+ [
+ 15,
+ 26
+ ],
+ [
+ 20,
+ 18
+ ],
+ [
+ 3,
+ 0
+ ],
+ [
+ 8,
+ 1
+ ]
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/test.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/test.json
new file mode 100644
index 000000000..6a6a653eb
--- /dev/null
+++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_11x2_i32_roundFalse/test.json
@@ -0,0 +1,62 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "ARITHMETIC_RIGHT_SHIFT",
+ attribute_type: "ArithmeticRightShiftAttribute",
+ attribute: {
+ round: false
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 2
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 12,
+ 2
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11,
+ 2
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}