aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x13_i16_modeB_outi48_sc16x1x16.../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_ResizeOutputShapeMismatch_1x2x14x13_i16_modeB_outi48_sc16x1x16x1_off-7x-7_bor7x7/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_ResizeOutputShapeMismatch_1x2x14x13_i16_modeB_outi48_sc16x1x16x1_off-7x-7_bor7x7/test.json')
-rw-r--r--operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x13_i16_modeB_outi48_sc16x1x16x1_off-7x-7_bor7x7/test.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x13_i16_modeB_outi48_sc16x1x16x1_off-7x-7_bor7x7/test.json b/operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x13_i16_modeB_outi48_sc16x1x16x1_off-7x-7_bor7x7/test.json
new file mode 100644
index 000000000..f6f30eb13
--- /dev/null
+++ b/operators/image/resize/resize_ERRORIF_ResizeOutputShapeMismatch_1x2x14x13_i16_modeB_outi48_sc16x1x16x1_off-7x-7_bor7x7/test.json
@@ -0,0 +1,70 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 16,
+ 1,
+ 16,
+ 1
+ ],
+ offset: [
+ -7,
+ -7
+ ],
+ border: [
+ 7,
+ 7
+ ],
+ mode: "BILINEAR"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 2,
+ 14,
+ 13
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 31,
+ 224,
+ 13
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}