aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json63
1 files changed, 0 insertions, 63 deletions
diff --git a/operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json b/operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json
deleted file mode 100644
index 063240fb5..000000000
--- a/operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json
+++ /dev/null
@@ -1,63 +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: [
- 175,
- 2,
- 140
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 28,
- 35,
- 50
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 175,
- 2,
- 140
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}