From d065e338624da04730c490bbaae208d111176f22 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:54:25 +0100 Subject: Updating AVG_POOL2D tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Iea118912a210b35bffb135ce38c8a6d899aef1ed --- .../input-0.json | 244 +++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 operators/tensor/avg_pool2d/avg_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_acci32_st11_kern22_pad0000/input-0.json (limited to 'operators/tensor/avg_pool2d/avg_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_acci32_st11_kern22_pad0000/input-0.json') diff --git a/operators/tensor/avg_pool2d/avg_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_acci32_st11_kern22_pad0000/input-0.json b/operators/tensor/avg_pool2d/avg_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_acci32_st11_kern22_pad0000/input-0.json new file mode 100644 index 000000000..ef4a8cbb2 --- /dev/null +++ b/operators/tensor/avg_pool2d/avg_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_acci32_st11_kern22_pad0000/input-0.json @@ -0,0 +1,244 @@ +{ + "type": "int32", + "data": [ + [ + [ + [ + 75, + -93, + 124, + -7, + -64 + ], + [ + -36, + 87, + 53, + -84, + 125 + ], + [ + -95, + -58, + 58, + 7, + -14 + ], + [ + 109, + 75, + 118, + -56, + 89 + ], + [ + -74, + 78, + 12, + 25, + -99 + ], + [ + 97, + -57, + 25, + -86, + 109 + ], + [ + -47, + 67, + 67, + 12, + -98 + ], + [ + -57, + 28, + 9, + 21, + -65 + ], + [ + 9, + -107, + -5, + -105, + 41 + ], + [ + 17, + 90, + -10, + -87, + -68 + ], + [ + 80, + 117, + -113, + 45, + -5 + ] + ], + [ + [ + -62, + 2, + 111, + -78, + 86 + ], + [ + -106, + 56, + -109, + -113, + -119 + ], + [ + 78, + 18, + 48, + -89, + 107 + ], + [ + 79, + -3, + 102, + -92, + -54 + ], + [ + -116, + -86, + 87, + -24, + 37 + ], + [ + 97, + 67, + -26, + -39, + -101 + ], + [ + 84, + 124, + 0, + -1, + 89 + ], + [ + -41, + -24, + 100, + -31, + 109 + ], + [ + -87, + -1, + -3, + -50, + 118 + ], + [ + -5, + 97, + -72, + -39, + -6 + ], + [ + 16, + -70, + -48, + 31, + -57 + ] + ], + [ + [ + 66, + -6, + 120, + -68, + 87 + ], + [ + -3, + -106, + 52, + -74, + -93 + ], + [ + 8, + 73, + -63, + 31, + -125 + ], + [ + -81, + 65, + -125, + -37, + 2 + ], + [ + -112, + 122, + 2, + -42, + 122 + ], + [ + 14, + 45, + -105, + -88, + -117 + ], + [ + 3, + 86, + 102, + 19, + -115 + ], + [ + 32, + 35, + 24, + 56, + 14 + ], + [ + 52, + -4, + -90, + -108, + 104 + ], + [ + -16, + -46, + -53, + -115, + 113 + ], + [ + -107, + -72, + -11, + -37, + -118 + ] + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1