aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-05-22 11:42:56 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2023-05-22 11:42:56 +0100
commitfa4f26105f770ff21a26b31aa78067297e2312fa (patch)
treec26b1482d7fa44eed6df954b7899a7e8c67a595e /operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1
parent7037332896b3151963a3e83f65acb40590c74199 (diff)
downloadconformance_tests-fa4f26105f770ff21a26b31aa78067297e2312fa.tar.gz
Update tests for one dimension of -1 in RESHAPE
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ia65988177fb6abece6dbaad5a0eb85e67741a67a
Diffstat (limited to 'operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1')
-rw-r--r--operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/Conformance-result-0.json24
-rw-r--r--operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/desc.json23
-rw-r--r--operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/input-0.json26
-rw-r--r--operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/test.json58
4 files changed, 0 insertions, 131 deletions
diff --git a/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/Conformance-result-0.json b/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/Conformance-result-0.json
deleted file mode 100644
index dfc1bb6db..000000000
--- a/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/Conformance-result-0.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "type": "float32",
- "data": [
- 1.7734375,
- -0.21875,
- 0.69921875,
- 1.359375,
- 1.9609375,
- -1.3515625,
- 1.1953125,
- 1.546875,
- -1.796875,
- 1.015625,
- -0.578125,
- 0.59375,
- 0.05615234375,
- -0.9609375,
- -1.453125,
- -1.53125,
- -1.5859375,
- 0.55078125,
- -0.59375
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/desc.json b/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/desc.json
deleted file mode 100644
index d418e4060..000000000
--- a/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/desc.json
+++ /dev/null
@@ -1,23 +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": 0,
- "expected_failure": false,
- "expected_result_file": [
- "Conformance-result-0.npy"
- ],
- "profile": [
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/input-0.json b/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/input-0.json
deleted file mode 100644
index ba03f5c81..000000000
--- a/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/input-0.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "type": "float32",
- "data": [
- [
- 1.7734375,
- -0.21875,
- 0.69921875,
- 1.359375,
- 1.9609375,
- -1.3515625,
- 1.1953125,
- 1.546875,
- -1.796875,
- 1.015625,
- -0.578125,
- 0.59375,
- 0.05615234375,
- -0.9609375,
- -1.453125,
- -1.53125,
- -1.5859375,
- 0.55078125,
- -0.59375
- ]
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/test.json b/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/test.json
deleted file mode 100644
index ac96c9e60..000000000
--- a/operators/data_layout/reshape/reshape_1x19_bf16_perm0_rank1/test.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 70,
- _patch: 0,
- _draft: true
- },
- regions: [
- {
- name: "main",
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "RESHAPE",
- attribute_type: "ReshapeAttribute",
- attribute: {
- new_shape: [
- 19
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 19
- ],
- type: "BF16"
- },
- {
- name: "result-0",
- shape: [
- 19
- ],
- type: "BF16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}