aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x14_i16_modeB_outi48_sc16x1x9x.../test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-01-25 09:51:05 +0000
committerEric Kunze <eric.kunze@arm.com>2023-01-30 16:33:14 +0000
commit9cc3f4b597d3d4546ea7898ce8774a9b13196b57 (patch)
tree243aa67ee602fec8eb99272e4b98a37af06a1fe7 /operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x14_i16_modeB_outi48_sc16x1x9x1_off0x0_bor0x0/test.json
parent827dd68b0babb2cea3d90375cae93f9d1d9b1daf (diff)
downloadconformance_tests-9cc3f4b597d3d4546ea7898ce8774a9b13196b57.tar.gz
Regen RESIZE ERROR_IF tests
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I97c414b72dc4c92b9180f787c1e29519c7a610b7
Diffstat (limited to 'operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x14_i16_modeB_outi48_sc16x1x9x1_off0x0_bor0x0/test.json')
-rw-r--r--operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x14_i16_modeB_outi48_sc16x1x9x1_off0x0_bor0x0/test.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x14_i16_modeB_outi48_sc16x1x9x1_off0x0_bor0x0/test.json b/operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x14_i16_modeB_outi48_sc16x1x9x1_off0x0_bor0x0/test.json
new file mode 100644
index 000000000..9bceccdbe
--- /dev/null
+++ b/operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x14_i16_modeB_outi48_sc16x1x9x1_off0x0_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: [
+ 16,
+ 1,
+ 9,
+ 1
+ ],
+ offset: [
+ 0,
+ 0
+ ],
+ border: [
+ 0,
+ 0
+ ],
+ mode: "BILINEAR"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 2,
+ 14,
+ 14
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 18,
+ 118,
+ 14
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}