From e926477175d04742f000925b4780d97e0c919e86 Mon Sep 17 00:00:00 2001 From: James Ward Date: Wed, 14 Dec 2022 12:16:05 +0000 Subject: Create MI tests for EW Binary: MINIMUM, MAXIMUM Signed-off-by: James Ward Change-Id: I59cc5c683e270dcea7ced52fc1d037a553ff544f --- .../input-1.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputList_11x12_f32/input-1.json (limited to 'operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputList_11x12_f32/input-1.json') diff --git a/operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputList_11x12_f32/input-1.json b/operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputList_11x12_f32/input-1.json new file mode 100644 index 000000000..f7f6b8d19 --- /dev/null +++ b/operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputList_11x12_f32/input-1.json @@ -0,0 +1,19 @@ +{ + "type": "float32", + "data": [ + [ + 0.7266295552253723, + 0.14946091175079346, + 0.37304630875587463, + 0.99565589427948, + 0.7745139598846436, + 0.8245017528533936, + 0.4690799415111542, + 0.15839536488056183, + 0.9554899334907532, + 0.0005483710556291044, + 0.8955872058868408, + 0.21668820083141327 + ] + ] +} \ No newline at end of file -- cgit v1.2.1