aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_ERRORIF_OffsetLargerEqualMax_1x10x5x15_i16_modeB_outi48_sc2x1x2x1_off0.../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_OffsetLargerEqualMax_1x10x5x15_i16_modeB_outi48_sc2x1x2x1_off0x33_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_OffsetLargerEqualMax_1x10x5x15_i16_modeB_outi48_sc2x1x2x1_off0x33_bor0x0/test.json')
-rw-r--r--operators/image/resize/resize_ERRORIF_OffsetLargerEqualMax_1x10x5x15_i16_modeB_outi48_sc2x1x2x1_off0x33_bor0x0/test.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/operators/image/resize/resize_ERRORIF_OffsetLargerEqualMax_1x10x5x15_i16_modeB_outi48_sc2x1x2x1_off0x33_bor0x0/test.json b/operators/image/resize/resize_ERRORIF_OffsetLargerEqualMax_1x10x5x15_i16_modeB_outi48_sc2x1x2x1_off0x33_bor0x0/test.json
new file mode 100644
index 000000000..8d207fcf9
--- /dev/null
+++ b/operators/image/resize/resize_ERRORIF_OffsetLargerEqualMax_1x10x5x15_i16_modeB_outi48_sc2x1x2x1_off0x33_bor0x0/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: [
+ 2,
+ 1,
+ 2,
+ 1
+ ],
+ offset: [
+ 0,
+ 33
+ ],
+ border: [
+ 0,
+ 0
+ ],
+ mode: "BILINEAR"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 10,
+ 5,
+ 15
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 19,
+ 1,
+ 15
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}