From 77e421abb257de214351c6d95e7f6a2277ba2adb Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:58 +0100 Subject: Updating RESIZE tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: Iaca24f3cc58f863626f13341b85d2e69cb4753cf --- .../test.json | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 operators/image/resize/resize_1x3x16383x1_i8_modeB_shift10_odim211x1024_outi32_st15x16383_off-505x7680/test.json (limited to 'operators/image/resize/resize_1x3x16383x1_i8_modeB_shift10_odim211x1024_outi32_st15x16383_off-505x7680/test.json') diff --git a/operators/image/resize/resize_1x3x16383x1_i8_modeB_shift10_odim211x1024_outi32_st15x16383_off-505x7680/test.json b/operators/image/resize/resize_1x3x16383x1_i8_modeB_shift10_odim211x1024_outi32_st15x16383_off-505x7680/test.json new file mode 100644 index 000000000..019140bc3 --- /dev/null +++ b/operators/image/resize/resize_1x3x16383x1_i8_modeB_shift10_odim211x1024_outi32_st15x16383_off-505x7680/test.json @@ -0,0 +1,77 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "RESIZE", + attribute_type: "ResizeAttribute", + attribute: { + output_size: [ + 211, + 1024 + ], + stride: [ + 15, + 16383 + ], + offset: [ + -505, + 7680 + ], + shift: 10, + stride_fp: [ + 0.0, + 0.0 + ], + offset_fp: [ + 0.0, + 0.0 + ], + mode: "BILINEAR" + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 3, + 16383, + 1 + ], + type: "INT8" + }, + { + name: "result-0", + shape: [ + 1, + 211, + 1024, + 1 + ], + type: "INT32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1