aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_ERRORIF_ResizeOutputShapeNonInteger_1x4x9x3_f16_modeN_outf16_sc1x3x1x4_off0x7_bor0x0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/image/resize/resize_ERRORIF_ResizeOutputShapeNonInteger_1x4x9x3_f16_modeN_outf16_sc1x3x1x4_off0x7_bor0x0/test.json')
-rw-r--r--operators/image/resize/resize_ERRORIF_ResizeOutputShapeNonInteger_1x4x9x3_f16_modeN_outf16_sc1x3x1x4_off0x7_bor0x0/test.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/operators/image/resize/resize_ERRORIF_ResizeOutputShapeNonInteger_1x4x9x3_f16_modeN_outf16_sc1x3x1x4_off0x7_bor0x0/test.json b/operators/image/resize/resize_ERRORIF_ResizeOutputShapeNonInteger_1x4x9x3_f16_modeN_outf16_sc1x3x1x4_off0x7_bor0x0/test.json
new file mode 100644
index 000000000..a812746a5
--- /dev/null
+++ b/operators/image/resize/resize_ERRORIF_ResizeOutputShapeNonInteger_1x4x9x3_f16_modeN_outf16_sc1x3x1x4_off0x7_bor0x0/test.json
@@ -0,0 +1,75 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 1,
+ 3,
+ 1,
+ 4
+ ],
+ offset: [
+ 0,
+ 7
+ ],
+ border: [
+ 0,
+ 0
+ ],
+ mode: "NEAREST"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 4,
+ 9,
+ 3
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 1,
+ 3
+ ],
+ type: "FP16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}