aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_55x11_f32_perm0_rank1/test.json
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_55x11_f32_perm0_rank1/test.json
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_55x11_f32_perm0_rank1/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_55x11_f32_perm0_rank1/test.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/operators/data_layout/reshape/reshape_55x11_f32_perm0_rank1/test.json b/operators/data_layout/reshape/reshape_55x11_f32_perm0_rank1/test.json
deleted file mode 100644
index 0f5e815cf..000000000
--- a/operators/data_layout/reshape/reshape_55x11_f32_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: [
- 605
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 55,
- 11
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 605
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}