aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_12x14x12x12_f32_perm0_rank6/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_12x14x12x12_f32_perm0_rank6/test.json')
-rw-r--r--operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_12x14x12x12_f32_perm0_rank6/test.json93
1 files changed, 49 insertions, 44 deletions
diff --git a/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_12x14x12x12_f32_perm0_rank6/test.json b/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_12x14x12x12_f32_perm0_rank6/test.json
index 032ae89b3..aebe97c50 100644
--- a/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_12x14x12x12_f32_perm0_rank6/test.json
+++ b/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_12x14x12x12_f32_perm0_rank6/test.json
@@ -5,23 +5,58 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "RESHAPE",
- attribute_type: "ReshapeAttribute",
- attribute: {
- new_shape: [
- 32,
- 7,
- 9,
- 2,
- 1,
- 6
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 32,
+ 7,
+ 9,
+ 2,
+ 1,
+ 6
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12,
+ 14,
+ 12,
+ 12
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 32,
+ 7,
+ 9,
+ 2,
+ 1,
+ 6
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0"
],
@@ -29,36 +64,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12,
- 14,
- 12,
- 12
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 32,
- 7,
- 9,
- 2,
- 1,
- 6
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]