aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/max_pool2d/max_pool2d_1x3x65537x1_i8_st11_kern23_pad0101/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:19 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:19 +0100
commit3b64b6cfba69e4a225b5a41737169cacda21d97c (patch)
treec60aafb60c458212bab449884d9417ee2f404189 /operators/tensor/max_pool2d/max_pool2d_1x3x65537x1_i8_st11_kern23_pad0101/test.json
parenta6ad082a2d12d08b49e0dff675843cba6df7742c (diff)
downloadconformance_tests-3b64b6cfba69e4a225b5a41737169cacda21d97c.tar.gz
Updating MAX_POOL2D tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ifb2533def9736a4b6c634e8d2f8d2b4f5df026ec
Diffstat (limited to 'operators/tensor/max_pool2d/max_pool2d_1x3x65537x1_i8_st11_kern23_pad0101/test.json')
-rw-r--r--operators/tensor/max_pool2d/max_pool2d_1x3x65537x1_i8_st11_kern23_pad0101/test.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/operators/tensor/max_pool2d/max_pool2d_1x3x65537x1_i8_st11_kern23_pad0101/test.json b/operators/tensor/max_pool2d/max_pool2d_1x3x65537x1_i8_st11_kern23_pad0101/test.json
new file mode 100644
index 000000000..e63e712a6
--- /dev/null
+++ b/operators/tensor/max_pool2d/max_pool2d_1x3x65537x1_i8_st11_kern23_pad0101/test.json
@@ -0,0 +1,71 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MAX_POOL2D",
+ attribute_type: "PoolAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 1,
+ 0,
+ 1
+ ],
+ kernel: [
+ 2,
+ 3
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ output_zp: 0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 3,
+ 65537,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 3,
+ 65536,
+ 1
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}