From 4cc1201dde80193611cc8e14a7886aba96a3da09 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:21 +0100 Subject: Updating EW_BINARY tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Ia7139c9720b6e2bbaa6b2dcc4c7367aa07135f4e --- .../input-1.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 operators/ew_binary/logical_left_shift/logical_left_shift_ERRORIF_WrongOutputList_11x12_i8/input-1.json (limited to 'operators/ew_binary/logical_left_shift/logical_left_shift_ERRORIF_WrongOutputList_11x12_i8/input-1.json') diff --git a/operators/ew_binary/logical_left_shift/logical_left_shift_ERRORIF_WrongOutputList_11x12_i8/input-1.json b/operators/ew_binary/logical_left_shift/logical_left_shift_ERRORIF_WrongOutputList_11x12_i8/input-1.json new file mode 100644 index 000000000..e517db1b1 --- /dev/null +++ b/operators/ew_binary/logical_left_shift/logical_left_shift_ERRORIF_WrongOutputList_11x12_i8/input-1.json @@ -0,0 +1,19 @@ +{ + "type": "int32", + "data": [ + [ + 26, + 5, + 27, + 17, + 17, + 15, + 29, + 5, + 13, + 2, + 19, + 20 + ] + ] +} \ No newline at end of file -- cgit v1.2.1