From ee8287e7d32a98f5e6197a361702bfc07e6efd91 Mon Sep 17 00:00:00 2001 From: James Ward Date: Fri, 27 Jan 2023 18:44:11 +0000 Subject: Create MI tests for Reduction: REDUCE_SUM, REDUCE_PRODUCT Signed-off-by: James Ward Change-Id: Ie333c2e7c851ced9ad3f4d823f7070bed5e1cdfc --- .../input-0.json | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 operators/reduction/reduce_product/reduce_product_ERRORIF_WrongInputList_11x4_f32_axis0/input-0.json (limited to 'operators/reduction/reduce_product/reduce_product_ERRORIF_WrongInputList_11x4_f32_axis0/input-0.json') diff --git a/operators/reduction/reduce_product/reduce_product_ERRORIF_WrongInputList_11x4_f32_axis0/input-0.json b/operators/reduction/reduce_product/reduce_product_ERRORIF_WrongInputList_11x4_f32_axis0/input-0.json new file mode 100644 index 000000000..129982cfc --- /dev/null +++ b/operators/reduction/reduce_product/reduce_product_ERRORIF_WrongInputList_11x4_f32_axis0/input-0.json @@ -0,0 +1,71 @@ +{ + "type": "float32", + "data": [ + [ + 0.13469164073467255, + 0.6182162165641785, + 0.47253143787384033, + 0.006887110415846109 + ], + [ + 0.8615349531173706, + 0.19889871776103973, + 0.41815081238746643, + 0.704810619354248 + ], + [ + 0.36631157994270325, + 0.6431174278259277, + 0.32323211431503296, + 0.8730257153511047 + ], + [ + 0.06309783458709717, + 0.6135997772216797, + 0.9397198557853699, + 0.7127135992050171 + ], + [ + 0.8617789149284363, + 0.9315398335456848, + 0.06778467446565628, + 0.8056309223175049 + ], + [ + 0.5547492504119873, + 0.01987777277827263, + 0.009818743914365768, + 0.8866515159606934 + ], + [ + 0.7959126830101013, + 0.39184391498565674, + 0.9540683031082153, + 0.3570162057876587 + ], + [ + 0.9422947764396667, + 0.6072118282318115, + 0.03943854942917824, + 0.4668539762496948 + ], + [ + 0.8239881992340088, + 0.6341009140014648, + 0.4393001198768616, + 0.7985320687294006 + ], + [ + 0.0781334936618805, + 0.4505603313446045, + 0.1817339062690735, + 0.5876065492630005 + ], + [ + 0.37936708331108093, + 0.07706798613071442, + 0.3614615201950073, + 0.11016727238893509 + ] + ] +} \ No newline at end of file -- cgit v1.2.1