From 9e043f686b52cfabca1a3c67376c410e81c12331 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:59:34 +0100 Subject: Updating FULLY_CONNECTED tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Ib9321859566a8356e08626b4bcb109a19ec96e14 --- .../fully_connected_3x16_i8xi8_acci32/input-0.json | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 operators/tensor/fully_connected/fully_connected_3x16_i8xi8_acci32/input-0.json (limited to 'operators/tensor/fully_connected/fully_connected_3x16_i8xi8_acci32/input-0.json') diff --git a/operators/tensor/fully_connected/fully_connected_3x16_i8xi8_acci32/input-0.json b/operators/tensor/fully_connected/fully_connected_3x16_i8xi8_acci32/input-0.json new file mode 100644 index 000000000..ad3f6202e --- /dev/null +++ b/operators/tensor/fully_connected/fully_connected_3x16_i8xi8_acci32/input-0.json @@ -0,0 +1,59 @@ +{ + "type": "int32", + "data": [ + [ + -99, + -65, + 40, + -51, + 71, + 81, + 66, + 10, + -48, + 110, + -76, + -10, + -12, + 62, + 11, + 76 + ], + [ + 107, + -28, + 95, + -85, + 106, + -83, + 89, + -29, + 118, + -95, + -9, + 102, + -116, + -61, + -107, + -46 + ], + [ + -29, + 30, + -63, + -88, + -85, + 112, + 116, + -72, + -78, + -115, + 117, + 52, + 66, + -54, + 36, + -113 + ] + ] +} \ No newline at end of file -- cgit v1.2.1