aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_1x21x15x36_i16_modeB_outi48_sc503x2115x235x141_off5093x1647_bor-737x-1502/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/image/resize/resize_1x21x15x36_i16_modeB_outi48_sc503x2115x235x141_off5093x1647_bor-737x-1502/test.json')
-rw-r--r--operators/image/resize/resize_1x21x15x36_i16_modeB_outi48_sc503x2115x235x141_off5093x1647_bor-737x-1502/test.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/operators/image/resize/resize_1x21x15x36_i16_modeB_outi48_sc503x2115x235x141_off5093x1647_bor-737x-1502/test.json b/operators/image/resize/resize_1x21x15x36_i16_modeB_outi48_sc503x2115x235x141_off5093x1647_bor-737x-1502/test.json
new file mode 100644
index 000000000..2dd03edff
--- /dev/null
+++ b/operators/image/resize/resize_1x21x15x36_i16_modeB_outi48_sc503x2115x235x141_off5093x1647_bor-737x-1502/test.json
@@ -0,0 +1,70 @@
+{
+ version: {
+ _major: 0,
+ _minor: 31,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 503,
+ 2115,
+ 235,
+ 141
+ ],
+ offset: [
+ 5093,
+ 1647
+ ],
+ border: [
+ -737,
+ -1502
+ ],
+ mode: "BILINEAR"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 21,
+ 15,
+ 36
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 3,
+ 2,
+ 36
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}