aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:25 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:25 +0100
commit52bfc1a26ec8a1583a274bedf848f3ff3047a2d6 (patch)
tree51cfeb0a1d0d9dcbd4f5aa25a8af6551a41baf58 /operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json
parent7746767e3a0a421bdf64ef5cf0c8926bcfa86d1f (diff)
downloadconformance_tests-52bfc1a26ec8a1583a274bedf848f3ff3047a2d6.tar.gz
Updating IMAGE tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ic72d5ee6733ee0b36bc8c851dc762838534eff5d
Diffstat (limited to 'operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json')
-rw-r--r--operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json b/operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json
new file mode 100644
index 000000000..ab891ae3b
--- /dev/null
+++ b/operators/image/resize/resize_ERRORIF_WrongOutputList_1x10x5x13_i8_modeB_outi32_sc1x3x1x2_off9x0_bor0x0/test.json
@@ -0,0 +1,71 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 1,
+ 3,
+ 1,
+ 2
+ ],
+ offset: [
+ 9,
+ 0
+ ],
+ border: [
+ 0,
+ 0
+ ],
+ mode: "BILINEAR"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 10,
+ 5,
+ 13
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 13
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}