From 263d638929db1393196f171254a9e87e70983046 Mon Sep 17 00:00:00 2001 From: James Ward Date: Wed, 14 Dec 2022 13:08:50 +0000 Subject: Create MI tests for EW Ternary: SELECT Signed-off-by: James Ward Change-Id: Ib3b58e00d2cc9f318e214d24a87680c884f78237 --- .../input-1.json | 85 ++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 operators/ew_ternary/select/select_ERRORIF_WrongOutputList_10x2x12_f32/input-1.json (limited to 'operators/ew_ternary/select/select_ERRORIF_WrongOutputList_10x2x12_f32/input-1.json') diff --git a/operators/ew_ternary/select/select_ERRORIF_WrongOutputList_10x2x12_f32/input-1.json b/operators/ew_ternary/select/select_ERRORIF_WrongOutputList_10x2x12_f32/input-1.json new file mode 100644 index 000000000..b63eb62f8 --- /dev/null +++ b/operators/ew_ternary/select/select_ERRORIF_WrongOutputList_10x2x12_f32/input-1.json @@ -0,0 +1,85 @@ +{ + "type": "float32", + "data": [ + [ + [ + 0.05456819385290146 + ], + [ + 0.48652446269989014 + ] + ], + [ + [ + 0.8568390607833862 + ], + [ + 0.16070932149887085 + ] + ], + [ + [ + 0.07388895004987717 + ], + [ + 0.2883179485797882 + ] + ], + [ + [ + 0.7239378690719604 + ], + [ + 0.9390608668327332 + ] + ], + [ + [ + 0.23243874311447144 + ], + [ + 0.12723563611507416 + ] + ], + [ + [ + 0.9276224374771118 + ], + [ + 0.8930668830871582 + ] + ], + [ + [ + 0.5503376126289368 + ], + [ + 0.636745810508728 + ] + ], + [ + [ + 0.5441897511482239 + ], + [ + 0.07169044762849808 + ] + ], + [ + [ + 0.690306544303894 + ], + [ + 0.6799525618553162 + ] + ], + [ + [ + 0.902916431427002 + ], + [ + 0.5478752255439758 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1