aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_10x8x14_f32_perm0_rank2/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_10x8x14_f32_perm0_rank2/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_10x8x14_f32_perm0_rank2/test.json75
1 files changed, 40 insertions, 35 deletions
diff --git a/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_10x8x14_f32_perm0_rank2/test.json b/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_10x8x14_f32_perm0_rank2/test.json
index 83ab0b511..24242eea7 100644
--- a/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_10x8x14_f32_perm0_rank2/test.json
+++ b/operators/data_layout/reshape/reshape_ERRORIF_TensorSizeInputOutputMismatch_10x8x14_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: [
- 8,
- 140
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 8,
+ 140
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 8,
+ 14
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 14,
+ 142
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
"input-0"
],
@@ -25,31 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 8,
- 14
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 14,
- 142
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]