aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_ERRORIF_BorderSmallerMin_1x14x12x10_f16_modeB_outf16_sc16x1x9x1_off0x0_bor0x-146
diff options
context:
space:
mode:
Diffstat (limited to 'operators/image/resize/resize_ERRORIF_BorderSmallerMin_1x14x12x10_f16_modeB_outf16_sc16x1x9x1_off0x0_bor0x-146')
-rw-r--r--operators/image/resize/resize_ERRORIF_BorderSmallerMin_1x14x12x10_f16_modeB_outf16_sc16x1x9x1_off0x0_bor0x-146/test.json103
1 files changed, 54 insertions, 49 deletions
diff --git a/operators/image/resize/resize_ERRORIF_BorderSmallerMin_1x14x12x10_f16_modeB_outf16_sc16x1x9x1_off0x0_bor0x-146/test.json b/operators/image/resize/resize_ERRORIF_BorderSmallerMin_1x14x12x10_f16_modeB_outf16_sc16x1x9x1_off0x0_bor0x-146/test.json
index d8b7ac47f..6e431426e 100644
--- a/operators/image/resize/resize_ERRORIF_BorderSmallerMin_1x14x12x10_f16_modeB_outf16_sc16x1x9x1_off0x0_bor0x-146/test.json
+++ b/operators/image/resize/resize_ERRORIF_BorderSmallerMin_1x14x12x10_f16_modeB_outf16_sc16x1x9x1_off0x0_bor0x-146/test.json
@@ -5,30 +5,63 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "RESIZE",
- attribute_type: "ResizeAttribute",
- attribute: {
- scale: [
- 16,
- 1,
- 9,
- 1
- ],
- offset: [
- 0,
- 0
- ],
- border: [
- 0,
- -146
- ],
- mode: "BILINEAR"
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 16,
+ 1,
+ 9,
+ 1
+ ],
+ offset: [
+ 0,
+ 0
+ ],
+ border: [
+ 0,
+ -146
+ ],
+ mode: "BILINEAR"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 14,
+ 12,
+ 10
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 209,
+ 1,
+ 10
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0"
],
@@ -36,34 +69,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 14,
- 12,
- 10
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 209,
- 1,
- 10
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]