aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/max_pool2d/max_pool2d_ERRORIF_StrideSmallerOne_1x1x18x32_i8_st-2-2_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_StrideSmallerOne_1x1x18x32_i8_st-2-2_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_StrideSmallerOne_1x1x18x32_i8_st-2-2_kern22_pad0000/test.json')
-rw-r--r--operators/tensor/max_pool2d/max_pool2d_ERRORIF_StrideSmallerOne_1x1x18x32_i8_st-2-2_kern22_pad0000/test.json71
1 files changed, 0 insertions, 71 deletions
diff --git a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_StrideSmallerOne_1x1x18x32_i8_st-2-2_kern22_pad0000/test.json b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_StrideSmallerOne_1x1x18x32_i8_st-2-2_kern22_pad0000/test.json
deleted file mode 100644
index 6da186f8b..000000000
--- a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_StrideSmallerOne_1x1x18x32_i8_st-2-2_kern22_pad0000/test.json
+++ /dev/null
@@ -1,71 +0,0 @@
-{
- 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: [
- -2,
- -2
- ],
- input_zp: 0,
- output_zp: 0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 18,
- 32
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 1,
- 1,
- 32
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}