aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_ERRORIF_WrongInputType_10x15x14_i48_perm0_rank6
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reshape/reshape_ERRORIF_WrongInputType_10x15x14_i48_perm0_rank6')
-rw-r--r--operators/data_layout/reshape/reshape_ERRORIF_WrongInputType_10x15x14_i48_perm0_rank6/test.json91
1 files changed, 48 insertions, 43 deletions
diff --git a/operators/data_layout/reshape/reshape_ERRORIF_WrongInputType_10x15x14_i48_perm0_rank6/test.json b/operators/data_layout/reshape/reshape_ERRORIF_WrongInputType_10x15x14_i48_perm0_rank6/test.json
index 5062d7d6e..508d26020 100644
--- a/operators/data_layout/reshape/reshape_ERRORIF_WrongInputType_10x15x14_i48_perm0_rank6/test.json
+++ b/operators/data_layout/reshape/reshape_ERRORIF_WrongInputType_10x15x14_i48_perm0_rank6/test.json
@@ -5,23 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "RESHAPE",
- attribute_type: "ReshapeAttribute",
- attribute: {
- new_shape: [
- 4,
- 7,
- 3,
- 5,
- 1,
- 5
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 4,
+ 7,
+ 3,
+ 5,
+ 1,
+ 5
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 15,
+ 14
+ ],
+ type: "INT48"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 4,
+ 7,
+ 3,
+ 5,
+ 1,
+ 5
+ ],
+ type: "INT48"
+ }
+ ],
inputs: [
"input-0"
],
@@ -29,35 +63,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 15,
- 14
- ],
- type: "INT48"
- },
- {
- name: "result-0",
- shape: [
- 4,
- 7,
- 3,
- 5,
- 1,
- 5
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]