From 8fd51f1923554002cda63fc88e8ea013ff5c5512 Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 15 Aug 2022 13:19:11 +0100 Subject: Regenerate conformance tests for new RESIZE Change-Id: I325ca19b41a58c222679d3814e5bacff77614fa9 Signed-off-by: James Ward Signed-off-by: Jeremy Johnson --- .../test.json | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 operators/image/resize/resize_1x49x42x28_i8_modeN_outi8_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json (limited to 'operators/image/resize/resize_1x49x42x28_i8_modeN_outi8_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json') diff --git a/operators/image/resize/resize_1x49x42x28_i8_modeN_outi8_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json b/operators/image/resize/resize_1x49x42x28_i8_modeN_outi8_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json new file mode 100644 index 000000000..356a97c9a --- /dev/null +++ b/operators/image/resize/resize_1x49x42x28_i8_modeN_outi8_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/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: [ + 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: "INT8" + }, + { + name: "result-0", + shape: [ + 1, + 7, + 8, + 28 + ], + type: "INT8" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1