aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:15 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:15 +0100
commitcf8989f6250721418177c5b78cdedb7b6c56f74d (patch)
tree032b16f5831f3cbf110cb4f056c9550ee7381eb9 /operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2
parentd2d22b3e074fa6be55ca3d568540e820e50f44be (diff)
downloadconformance_tests-cf8989f6250721418177c5b78cdedb7b6c56f74d.tar.gz
Updating DATA_LAYOUT tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I605e4528c4b31c393e4a8ee88de332ecbc2f1421
Diffstat (limited to 'operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2')
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/desc.json22
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/input-0.json71
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/test.json59
3 files changed, 152 insertions, 0 deletions
diff --git a/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/desc.json b/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/desc.json
new file mode 100644
index 000000000..471810704
--- /dev/null
+++ b/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/desc.json
@@ -0,0 +1,22 @@
+{
+ "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": 2,
+ "expected_failure": true,
+ "expected_failure_desc": "Size smaller than or equal to zero",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/input-0.json b/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/input-0.json
new file mode 100644
index 000000000..ed9e513bc
--- /dev/null
+++ b/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/input-0.json
@@ -0,0 +1,71 @@
+{
+ "type": "bool",
+ "data": [
+ [
+ true,
+ true,
+ true,
+ false
+ ],
+ [
+ true,
+ false,
+ true,
+ false
+ ],
+ [
+ true,
+ false,
+ false,
+ false
+ ],
+ [
+ true,
+ false,
+ false,
+ true
+ ],
+ [
+ false,
+ false,
+ false,
+ false
+ ],
+ [
+ false,
+ false,
+ true,
+ false
+ ],
+ [
+ true,
+ false,
+ true,
+ false
+ ],
+ [
+ false,
+ false,
+ true,
+ true
+ ],
+ [
+ true,
+ true,
+ false,
+ true
+ ],
+ [
+ true,
+ true,
+ true,
+ false
+ ],
+ [
+ false,
+ false,
+ true,
+ true
+ ]
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/test.json b/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/test.json
new file mode 100644
index 000000000..42144acc5
--- /dev/null
+++ b/operators/data_layout/slice/slice_ERRORIF_SizeSmallerEqualZero_11x4_b_perm2/test.json
@@ -0,0 +1,59 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 5,
+ 1
+ ],
+ size: [
+ -1,
+ 0
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 4
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ -1,
+ 0
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}