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