From 725dc72a1676089eb9f22cef062aec7359c55436 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:59:38 +0100 Subject: Updating TRANSPOSE_CONV2D_1X1 tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I1d06dd6b1ed82886cd75ba700db26bca9a42f594 --- .../input-0.json | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_WrongOutputType_1x4x2x9_i16xi8_acci48_st11_pad0000_os1x4x2x14/input-0.json (limited to 'operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_WrongOutputType_1x4x2x9_i16xi8_acci48_st11_pad0000_os1x4x2x14/input-0.json') diff --git a/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_WrongOutputType_1x4x2x9_i16xi8_acci48_st11_pad0000_os1x4x2x14/input-0.json b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_WrongOutputType_1x4x2x9_i16xi8_acci48_st11_pad0000_os1x4x2x14/input-0.json new file mode 100644 index 000000000..199d1a88a --- /dev/null +++ b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_WrongOutputType_1x4x2x9_i16xi8_acci48_st11_pad0000_os1x4x2x14/input-0.json @@ -0,0 +1,103 @@ +{ + "type": "int32", + "data": [ + [ + [ + [ + 23843, + -9778, + -30071, + -10070, + -23248, + 2182, + -23175, + 27649, + 6702 + ], + [ + -16186, + 27605, + 17674, + -4079, + -23167, + -10237, + 5505, + 17422, + -15603 + ] + ], + [ + [ + 15897, + -14233, + -16597, + -3473, + -22229, + -6249, + -9319, + -14416, + 18061 + ], + [ + -11028, + 12783, + 14436, + 10869, + -15118, + 21589, + -17266, + -14606, + 24575 + ] + ], + [ + [ + -10507, + 12911, + -29994, + 7492, + 24166, + 13677, + 5402, + 22873, + -13231 + ], + [ + -8076, + -28219, + 13000, + 14641, + 16474, + 16301, + -24420, + 10890, + 17257 + ] + ], + [ + [ + -19414, + -1542, + 27080, + -5584, + 16590, + 1988, + 10338, + 8290, + 9892 + ], + [ + 18309, + 26499, + -13392, + 28069, + 8379, + 6267, + -11290, + -5462, + 9936 + ] + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1