From 160c305f3f95ff71775a307b8e601e5e78c60e9a Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:59:36 +0100 Subject: Updating MAX_POOL2D tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I8a5e597594a442f6b10f92bd6415569a69c59349 --- .../test.json | 71 ---------------------- 1 file changed, 71 deletions(-) delete mode 100644 operators/tensor/max_pool2d/max_pool2d_ERRORIF_StrideSmallerOne_1x1x18x32_i8_st-2-2_kern22_pad0000/test.json (limited to 'operators/tensor/max_pool2d/max_pool2d_ERRORIF_StrideSmallerOne_1x1x18x32_i8_st-2-2_kern22_pad0000/test.json') 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" - ] - } - ] -} -- cgit v1.2.1