aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0')
-rw-r--r--operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json107
1 files changed, 56 insertions, 51 deletions
diff --git a/operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json b/operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json
index ebdab2f88..fe1606496 100644
--- a/operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json
+++ b/operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json
@@ -5,66 +5,71 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "RESIZE",
- attribute_type: "ResizeAttribute",
- attribute: {
- scale: [
- 1,
- 3,
- 1,
- 2
- ],
- offset: [
- 9,
- 0
- ],
- border: [
- 0,
- 0
- ],
- mode: "BILINEAR"
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 1,
+ 3,
+ 1,
+ 2
+ ],
+ offset: [
+ 9,
+ 0
+ ],
+ border: [
+ 0,
+ 0
+ ],
+ mode: "BILINEAR"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 10,
+ 5,
+ 13
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 13
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
- "result-0",
- "eiDummyOutput"
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 10,
- 5,
- 13
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 1,
- 3,
- 13
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]