aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json')
-rw-r--r--operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json103
1 files changed, 54 insertions, 49 deletions
diff --git a/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json b/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json
index 2f2d04f83..109c7c46f 100644
--- a/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json
+++ b/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json
@@ -5,30 +5,63 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "RESIZE",
- attribute_type: "ResizeAttribute",
- attribute: {
- scale: [
- 1719,
- 12372,
- 922,
- 2791
- ],
- offset: [
- 3615,
- 13604
- ],
- border: [
- -4665,
- -4661
- ],
- mode: "NEAREST"
- },
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 1719,
+ 12372,
+ 922,
+ 2791
+ ],
+ offset: [
+ 3615,
+ 13604
+ ],
+ border: [
+ -4665,
+ -4661
+ ],
+ mode: "NEAREST"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 49,
+ 42,
+ 28
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 7,
+ 8,
+ 28
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0"
],
@@ -36,34 +69,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 49,
- 42,
- 28
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 7,
- 8,
- 28
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]