aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1x2x1x1_off14x1_bor0x0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1x2x1x1_off14x1_bor0x0/test.json')
-rw-r--r--operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1x2x1x1_off14x1_bor0x0/test.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1x2x1x1_off14x1_bor0x0/test.json b/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1x2x1x1_off14x1_bor0x0/test.json
new file mode 100644
index 000000000..5d334c4e3
--- /dev/null
+++ b/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1x2x1x1_off14x1_bor0x0/test.json
@@ -0,0 +1,70 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ offset: [
+ 14,
+ 1
+ ],
+ border: [
+ 0,
+ 0
+ ],
+ mode: "NEAREST"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 49,
+ 42,
+ 28
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 18,
+ 41,
+ 28
+ ],
+ type: "FP16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}