aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_20_i8_perm1
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:24 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:24 +0100
commitd5e8f519efe996800ca8ed8235735bd9cc124050 (patch)
tree1fb8a024b2f64d934a18e7d0f603cc7a819ee43c /operators/data_layout/slice/slice_20_i8_perm1
parent3556a8fcdd6c62795fdc9828c9cae59e4e62b96c (diff)
downloadconformance_tests-d5e8f519efe996800ca8ed8235735bd9cc124050.tar.gz
Updating SLICE tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I750905470261d35fee2e6db822ea7ad41b515a5e
Diffstat (limited to 'operators/data_layout/slice/slice_20_i8_perm1')
-rw-r--r--operators/data_layout/slice/slice_20_i8_perm1/Conformance-result-0.json10
-rw-r--r--operators/data_layout/slice/slice_20_i8_perm1/desc.json20
-rw-r--r--operators/data_layout/slice/slice_20_i8_perm1/input-0.json25
-rw-r--r--operators/data_layout/slice/slice_20_i8_perm1/test.json55
4 files changed, 110 insertions, 0 deletions
diff --git a/operators/data_layout/slice/slice_20_i8_perm1/Conformance-result-0.json b/operators/data_layout/slice/slice_20_i8_perm1/Conformance-result-0.json
new file mode 100644
index 000000000..ada57b2e0
--- /dev/null
+++ b/operators/data_layout/slice/slice_20_i8_perm1/Conformance-result-0.json
@@ -0,0 +1,10 @@
+{
+ "type": "int32",
+ "data": [
+ -69,
+ 82,
+ -114,
+ 91,
+ -56
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/slice/slice_20_i8_perm1/desc.json b/operators/data_layout/slice/slice_20_i8_perm1/desc.json
new file mode 100644
index 000000000..3cd43b509
--- /dev/null
+++ b/operators/data_layout/slice/slice_20_i8_perm1/desc.json
@@ -0,0 +1,20 @@
+{
+ "tosa_file": "test.json",
+ "ifm_name": [
+ "input-0"
+ ],
+ "ifm_file": [
+ "input-0.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/data_layout/slice/slice_20_i8_perm1/input-0.json b/operators/data_layout/slice/slice_20_i8_perm1/input-0.json
new file mode 100644
index 000000000..c6ef8d278
--- /dev/null
+++ b/operators/data_layout/slice/slice_20_i8_perm1/input-0.json
@@ -0,0 +1,25 @@
+{
+ "type": "int32",
+ "data": [
+ -17,
+ 123,
+ -74,
+ -58,
+ -24,
+ 126,
+ 90,
+ -120,
+ -69,
+ 82,
+ -114,
+ 91,
+ -56,
+ 106,
+ -53,
+ -17,
+ 41,
+ -96,
+ 14,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/slice/slice_20_i8_perm1/test.json b/operators/data_layout/slice/slice_20_i8_perm1/test.json
new file mode 100644
index 000000000..7bb28d649
--- /dev/null
+++ b/operators/data_layout/slice/slice_20_i8_perm1/test.json
@@ -0,0 +1,55 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 8
+ ],
+ size: [
+ 5
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 20
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 5
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}