aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongOutputList_1x3x8x11_i16_st11_kern22_pad0000/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:36 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:36 +0100
commit160c305f3f95ff71775a307b8e601e5e78c60e9a (patch)
tree047cf9d51eb79a196aa7217f3b93dabe08592b43 /operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongOutputList_1x3x8x11_i16_st11_kern22_pad0000/test.json
parent44c9b0d409e1fca2475bc0275ac2ff3730bbe1ea (diff)
downloadconformance_tests-160c305f3f95ff71775a307b8e601e5e78c60e9a.tar.gz
Updating MAX_POOL2D tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I8a5e597594a442f6b10f92bd6415569a69c59349
Diffstat (limited to 'operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongOutputList_1x3x8x11_i16_st11_kern22_pad0000/test.json')
-rw-r--r--operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongOutputList_1x3x8x11_i16_st11_kern22_pad0000/test.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongOutputList_1x3x8x11_i16_st11_kern22_pad0000/test.json b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongOutputList_1x3x8x11_i16_st11_kern22_pad0000/test.json
new file mode 100644
index 000000000..9d2b41657
--- /dev/null
+++ b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongOutputList_1x3x8x11_i16_st11_kern22_pad0000/test.json
@@ -0,0 +1,72 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MAX_POOL2D",
+ attribute_type: "PoolAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ kernel: [
+ 2,
+ 2
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ output_zp: 0,
+ accum_dtype: "UNKNOWN"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 3,
+ 8,
+ 11
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 7,
+ 11
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}