aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/intdiv/intdiv_20_i32
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:36 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:36 +0100
commitf722ca70e9692c51e8049644dc692b0bd17d3f9c (patch)
treee7671346fd803e56b89880bafda16c92f7e666b8 /operators/ew_binary/intdiv/intdiv_20_i32
parent2dc099cf781cc8e0aeae5e0e34a707c66f1c8c98 (diff)
downloadconformance_tests-f722ca70e9692c51e8049644dc692b0bd17d3f9c.tar.gz
Updating INTDIV tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ia508fced628170293874a0a136701bfa63060a63
Diffstat (limited to 'operators/ew_binary/intdiv/intdiv_20_i32')
-rw-r--r--operators/ew_binary/intdiv/intdiv_20_i32/Conformance-result-0.json25
-rw-r--r--operators/ew_binary/intdiv/intdiv_20_i32/desc.json22
-rw-r--r--operators/ew_binary/intdiv/intdiv_20_i32/input-0.json25
-rw-r--r--operators/ew_binary/intdiv/intdiv_20_i32/input-1.json6
-rw-r--r--operators/ew_binary/intdiv/intdiv_20_i32/test.json56
5 files changed, 134 insertions, 0 deletions
diff --git a/operators/ew_binary/intdiv/intdiv_20_i32/Conformance-result-0.json b/operators/ew_binary/intdiv/intdiv_20_i32/Conformance-result-0.json
new file mode 100644
index 000000000..5f37a5ea6
--- /dev/null
+++ b/operators/ew_binary/intdiv/intdiv_20_i32/Conformance-result-0.json
@@ -0,0 +1,25 @@
+{
+ "type": "int32",
+ "data": [
+ -1,
+ 0,
+ 0,
+ 0,
+ -1,
+ 0,
+ 1,
+ -1,
+ 0,
+ 0,
+ 0,
+ 1,
+ -1,
+ -1,
+ 0,
+ 0,
+ -1,
+ 0,
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/intdiv/intdiv_20_i32/desc.json b/operators/ew_binary/intdiv/intdiv_20_i32/desc.json
new file mode 100644
index 000000000..be172ba86
--- /dev/null
+++ b/operators/ew_binary/intdiv/intdiv_20_i32/desc.json
@@ -0,0 +1,22 @@
+{
+ "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": 0,
+ "expected_failure": false,
+ "expected_result_file": [
+ "Conformance-result-0.npy"
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/intdiv/intdiv_20_i32/input-0.json b/operators/ew_binary/intdiv/intdiv_20_i32/input-0.json
new file mode 100644
index 000000000..edf16b732
--- /dev/null
+++ b/operators/ew_binary/intdiv/intdiv_20_i32/input-0.json
@@ -0,0 +1,25 @@
+{
+ "type": "int32",
+ "data": [
+ 2042782445,
+ 1012548721,
+ 1121586479,
+ 934057792,
+ 1228636835,
+ 56807699,
+ -1597239786,
+ 1459207534,
+ -213090775,
+ 1511465,
+ -554918261,
+ -1363438929,
+ 1832941670,
+ 1209323014,
+ 617895985,
+ -419127114,
+ 1386250573,
+ 195116579,
+ -243034166,
+ -212774598
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/intdiv/intdiv_20_i32/input-1.json b/operators/ew_binary/intdiv/intdiv_20_i32/input-1.json
new file mode 100644
index 000000000..66a398a93
--- /dev/null
+++ b/operators/ew_binary/intdiv/intdiv_20_i32/input-1.json
@@ -0,0 +1,6 @@
+{
+ "type": "int32",
+ "data": [
+ -1171500770
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/intdiv/intdiv_20_i32/test.json b/operators/ew_binary/intdiv/intdiv_20_i32/test.json
new file mode 100644
index 000000000..7ade07629
--- /dev/null
+++ b/operators/ew_binary/intdiv/intdiv_20_i32/test.json
@@ -0,0 +1,56 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "INTDIV",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 20
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 20
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}