From 81e1634bb20b64da3647bd4c7e60e7f10f422272 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 7 Feb 2023 15:13:08 +0000 Subject: Regen various ERRORIF tests for tosa_mi after adjustment NEGATE, TILE, REDUCE_MIN, REDUCE_MAX, RESIZE, SCATTER, GATHER Signed-off-by: Jeremy Johnson Change-Id: I02a2a6591f82cf6975abc610c059912c97405c51 --- .../test.json | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 operators/image/resize/resize_ERRORIF_ScaleDLargerMax_1x1x1x6_bf16_modeB_outbf16_sc3x1x4x66_off0x0_bor1x0/test.json (limited to 'operators/image/resize/resize_ERRORIF_ScaleDLargerMax_1x1x1x6_bf16_modeB_outbf16_sc3x1x4x66_off0x0_bor1x0/test.json') diff --git a/operators/image/resize/resize_ERRORIF_ScaleDLargerMax_1x1x1x6_bf16_modeB_outbf16_sc3x1x4x66_off0x0_bor1x0/test.json b/operators/image/resize/resize_ERRORIF_ScaleDLargerMax_1x1x1x6_bf16_modeB_outbf16_sc3x1x4x66_off0x0_bor1x0/test.json new file mode 100644 index 000000000..bc0397549 --- /dev/null +++ b/operators/image/resize/resize_ERRORIF_ScaleDLargerMax_1x1x1x6_bf16_modeB_outbf16_sc3x1x4x66_off0x0_bor1x0/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: [ + 3, + 1, + 4, + 66 + ], + offset: [ + 0, + 0 + ], + border: [ + 1, + 0 + ], + mode: "BILINEAR" + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 1, + 1, + 6 + ], + type: "BF16" + }, + { + name: "result-0", + shape: [ + 1, + 2, + 1, + 6 + ], + type: "BF16" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1