aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc3x1x2x1_off0x0_bor2x0/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-08-15 13:19:11 +0100
committerJames Ward <james.ward@arm.com>2022-08-19 14:24:30 +0100
commit8fd51f1923554002cda63fc88e8ea013ff5c5512 (patch)
tree8b7a7f00f93c87a60d3c9b80aedc812e1a130f3a /operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc3x1x2x1_off0x0_bor2x0/test.json
parent23ede7b7ad1a173e4c66b1ba18a481adef4aa585 (diff)
downloadconformance_tests-8fd51f1923554002cda63fc88e8ea013ff5c5512.tar.gz
Regenerate conformance tests for new RESIZE
Change-Id: I325ca19b41a58c222679d3814e5bacff77614fa9 Signed-off-by: James Ward <james.ward@arm.com> Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Diffstat (limited to 'operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc3x1x2x1_off0x0_bor2x0/test.json')
-rw-r--r--operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc3x1x2x1_off0x0_bor2x0/test.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc3x1x2x1_off0x0_bor2x0/test.json b/operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc3x1x2x1_off0x0_bor2x0/test.json
new file mode 100644
index 000000000..f1a0ea4c0
--- /dev/null
+++ b/operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc3x1x2x1_off0x0_bor2x0/test.json
@@ -0,0 +1,70 @@
+{
+ version: {
+ _major: 0,
+ _minor: 31,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 3,
+ 1,
+ 2,
+ 1
+ ],
+ offset: [
+ 0,
+ 0
+ ],
+ border: [
+ 2,
+ 0
+ ],
+ mode: "NEAREST"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 21,
+ 15,
+ 36
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 63,
+ 29,
+ 36
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}