aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1')
-rw-r--r--operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/test.json71
1 files changed, 38 insertions, 33 deletions
diff --git a/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/test.json b/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/test.json
index aecb46e90..9ebbefaf0 100644
--- a/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/test.json
+++ b/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/test.json
@@ -5,18 +5,47 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "RESHAPE",
- attribute_type: "ReshapeAttribute",
- attribute: {
- new_shape: [
- 154
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 154
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 7,
+ 2
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 154
+ ],
+ type: "INT48"
+ }
+ ],
inputs: [
"input-0"
],
@@ -24,30 +53,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 7,
- 2
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 154
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]