aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/max_pool2d/max_pool2d_1x15x13x38_bf16_st11_kern33_pad0011/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-11-18 15:10:49 +0000
committerJames Ward <james.ward@arm.com>2022-11-18 15:10:49 +0000
commita25d672b327ad02b3813592803e41f5909aa0d5a (patch)
tree42143632c6bd0dff88743cc5284b8e4a25c0918a /operators/tensor/max_pool2d/max_pool2d_1x15x13x38_bf16_st11_kern33_pad0011/test.json
parent874bb4fe493b2958a21e9a84c22828e82d4ff167 (diff)
downloadconformance_tests-a25d672b327ad02b3813592803e41f5909aa0d5a.tar.gz
Create MI tests for Tensors: ARGMAX, MAX_POOL2D
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I3682311cbdffa52fa88ae1b5779c615e2f062807
Diffstat (limited to 'operators/tensor/max_pool2d/max_pool2d_1x15x13x38_bf16_st11_kern33_pad0011/test.json')
-rw-r--r--operators/tensor/max_pool2d/max_pool2d_1x15x13x38_bf16_st11_kern33_pad0011/test.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/operators/tensor/max_pool2d/max_pool2d_1x15x13x38_bf16_st11_kern33_pad0011/test.json b/operators/tensor/max_pool2d/max_pool2d_1x15x13x38_bf16_st11_kern33_pad0011/test.json
new file mode 100644
index 000000000..0ba16530b
--- /dev/null
+++ b/operators/tensor/max_pool2d/max_pool2d_1x15x13x38_bf16_st11_kern33_pad0011/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,
+ 1,
+ 1
+ ],
+ kernel: [
+ 3,
+ 3
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ output_zp: 0,
+ accum_dtype: "UNKNOWN"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 15,
+ 13,
+ 38
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 13,
+ 13,
+ 38
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}