From 00d05b3831fa305a377fda5ad6d81c53964a4d13 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:29 +0100 Subject: Updating REDUCTION tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Ifc85983119c6b49776f243aa9e7499af1f81413e --- .../input-0.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_1x3x4_i32_axis0/input-0.json (limited to 'operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_1x3x4_i32_axis0/input-0.json') diff --git a/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_1x3x4_i32_axis0/input-0.json b/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_1x3x4_i32_axis0/input-0.json new file mode 100644 index 000000000..57f06339a --- /dev/null +++ b/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_1x3x4_i32_axis0/input-0.json @@ -0,0 +1,25 @@ +{ + "type": "int32", + "data": [ + [ + [ + -367975739, + 459654140, + 240352889, + 65424268 + ], + [ + 96248262, + -257883782, + 102212636, + -492049574 + ], + [ + -187998474, + 318111105, + -276394854, + 291280703 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1