aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_43x44x4_f32_perm0_rank2
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reshape/reshape_43x44x4_f32_perm0_rank2')
-rw-r--r--operators/data_layout/reshape/reshape_43x44x4_f32_perm0_rank2/test.json75
1 files changed, 40 insertions, 35 deletions
diff --git a/operators/data_layout/reshape/reshape_43x44x4_f32_perm0_rank2/test.json b/operators/data_layout/reshape/reshape_43x44x4_f32_perm0_rank2/test.json
index 687af1764..10cc37fa8 100644
--- a/operators/data_layout/reshape/reshape_43x44x4_f32_perm0_rank2/test.json
+++ b/operators/data_layout/reshape/reshape_43x44x4_f32_perm0_rank2/test.json
@@ -5,19 +5,49 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "RESHAPE",
- attribute_type: "ReshapeAttribute",
- attribute: {
- new_shape: [
- 16,
- 473
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 16,
+ 473
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 43,
+ 44,
+ 4
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 16,
+ 473
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
"input-0"
],
@@ -25,31 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 43,
- 44,
- 4
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 16,
- 473
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]