aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_1x21x15x36_bf16_modeN_outbf16_sc1x2x1x2_off12x8_bor0x0/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-12-15 13:50:37 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-15 16:42:48 +0000
commitff47fea5f558845c7ff6bd07e89318a108736aa2 (patch)
tree53a46a385374707ceb0eb5a885098120534aa097 /operators/image/resize/resize_1x21x15x36_bf16_modeN_outbf16_sc1x2x1x2_off12x8_bor0x0/test.json
parent1aa23bd44af0ae508dc83d26e66dfc6d68d837f8 (diff)
downloadconformance_tests-ff47fea5f558845c7ff6bd07e89318a108736aa2.tar.gz
Create MI tests for Image: RESIZE
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I95efbad04b950f0aa0e4ea3729ec1da94502d6b3
Diffstat (limited to 'operators/image/resize/resize_1x21x15x36_bf16_modeN_outbf16_sc1x2x1x2_off12x8_bor0x0/test.json')
-rw-r--r--operators/image/resize/resize_1x21x15x36_bf16_modeN_outbf16_sc1x2x1x2_off12x8_bor0x0/test.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/operators/image/resize/resize_1x21x15x36_bf16_modeN_outbf16_sc1x2x1x2_off12x8_bor0x0/test.json b/operators/image/resize/resize_1x21x15x36_bf16_modeN_outbf16_sc1x2x1x2_off12x8_bor0x0/test.json
new file mode 100644
index 000000000..9094ee2c7
--- /dev/null
+++ b/operators/image/resize/resize_1x21x15x36_bf16_modeN_outbf16_sc1x2x1x2_off12x8_bor0x0/test.json
@@ -0,0 +1,70 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 1,
+ 2,
+ 1,
+ 2
+ ],
+ offset: [
+ 12,
+ 8
+ ],
+ border: [
+ 0,
+ 0
+ ],
+ mode: "NEAREST"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 21,
+ 15,
+ 36
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 5,
+ 4,
+ 36
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}