aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1
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/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1
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/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1')
-rw-r--r--operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/desc.json22
-rw-r--r--operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/input-0.json18
-rw-r--r--operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/test.json52
3 files changed, 0 insertions, 92 deletions
diff --git a/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/desc.json b/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/desc.json
deleted file mode 100644
index 1d8d88d8f..000000000
--- a/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/desc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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": "Input tensor size does not match output tensor size",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/input-0.json b/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/input-0.json
deleted file mode 100644
index 97a0e1c98..000000000
--- a/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/input-0.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "type": "int32",
- "data": [
- -44,
- -69,
- 72,
- -55,
- -53,
- 52,
- 4,
- 63,
- -102,
- 117,
- -68,
- -98,
- -101
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/test.json b/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/test.json
deleted file mode 100644
index b1469b8aa..000000000
--- a/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_13_i8_perm0_rank1/test.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "RESHAPE",
- attribute_type: "ReshapeAttribute",
- attribute: {
- new_shape: [
- 13
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 13
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 16
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}