aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_56x2x24x8_bf16_perm1_rank5/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reshape/reshape_56x2x24x8_bf16_perm1_rank5/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_56x2x24x8_bf16_perm1_rank5/test.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/operators/data_layout/reshape/reshape_56x2x24x8_bf16_perm1_rank5/test.json b/operators/data_layout/reshape/reshape_56x2x24x8_bf16_perm1_rank5/test.json
deleted file mode 100644
index db362f8f9..000000000
--- a/operators/data_layout/reshape/reshape_56x2x24x8_bf16_perm1_rank5/test.json
+++ /dev/null
@@ -1,68 +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: [
- 42,
- 1,
- 8,
- 2,
- 32
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 56,
- 2,
- 24,
- 8
- ],
- type: "BF16"
- },
- {
- name: "result-0",
- shape: [
- 42,
- 1,
- 8,
- 2,
- 32
- ],
- type: "BF16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}