aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json73
1 files changed, 39 insertions, 34 deletions
diff --git a/operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json b/operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json
index 9a5ca5bba..6b4d825ef 100644
--- a/operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json
+++ b/operators/data_layout/reshape/reshape_32x24_i8_perm0_rank2/test.json
@@ -5,19 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "RESHAPE",
- attribute_type: "ReshapeAttribute",
- attribute: {
- new_shape: [
- 16,
- 48
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 16,
+ 48
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 32,
+ 24
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 16,
+ 48
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0"
],
@@ -25,30 +54,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 32,
- 24
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 16,
- 48
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]