aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_1x2x7x6_f32_modeN_outf32_sc8x1x8x1_off-3x-3_bor3x3
diff options
context:
space:
mode:
Diffstat (limited to 'operators/image/resize/resize_1x2x7x6_f32_modeN_outf32_sc8x1x8x1_off-3x-3_bor3x3')
-rw-r--r--operators/image/resize/resize_1x2x7x6_f32_modeN_outf32_sc8x1x8x1_off-3x-3_bor3x3/test.json103
1 files changed, 54 insertions, 49 deletions
diff --git a/operators/image/resize/resize_1x2x7x6_f32_modeN_outf32_sc8x1x8x1_off-3x-3_bor3x3/test.json b/operators/image/resize/resize_1x2x7x6_f32_modeN_outf32_sc8x1x8x1_off-3x-3_bor3x3/test.json
index ac57dfe2a..da205fc1c 100644
--- a/operators/image/resize/resize_1x2x7x6_f32_modeN_outf32_sc8x1x8x1_off-3x-3_bor3x3/test.json
+++ b/operators/image/resize/resize_1x2x7x6_f32_modeN_outf32_sc8x1x8x1_off-3x-3_bor3x3/test.json
@@ -5,30 +5,63 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "RESIZE",
- attribute_type: "ResizeAttribute",
- attribute: {
- scale: [
- 8,
- 1,
- 8,
- 1
- ],
- offset: [
- -3,
- -3
- ],
- border: [
- 3,
- 3
- ],
- mode: "NEAREST"
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 8,
+ 1,
+ 8,
+ 1
+ ],
+ offset: [
+ -3,
+ -3
+ ],
+ border: [
+ 3,
+ 3
+ ],
+ mode: "NEAREST"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 2,
+ 7,
+ 6
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 15,
+ 55,
+ 6
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
"input-0"
],
@@ -36,34 +69,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 2,
- 7,
- 6
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 15,
- 55,
- 6
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]