From 7a972150d7bfd82a775fd1db6b70a8644e285836 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:32 +0100 Subject: Updating ARITHMETIC_RIGHT_SHIFT tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I04d4bb6669b1967fef686cf67549bb08344c2570 --- .../input-0.json | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_WrongInputList_32_i32_roundFalse/input-0.json (limited to 'operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_WrongInputList_32_i32_roundFalse/input-0.json') diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_WrongInputList_32_i32_roundFalse/input-0.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_WrongInputList_32_i32_roundFalse/input-0.json new file mode 100644 index 000000000..100123c60 --- /dev/null +++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_WrongInputList_32_i32_roundFalse/input-0.json @@ -0,0 +1,37 @@ +{ + "type": "int32", + "data": [ + 626239218, + -1484691048, + -237554458, + -227816128, + 2111253958, + 1749461932, + -252677921, + 915949951, + -1378375225, + 1115357880, + -737011871, + 1751644961, + -1690002550, + -1718167730, + 824305028, + 802406916, + 1216544837, + -438210660, + 834660941, + 147006573, + 1294241511, + -1266421422, + -248824291, + -1578474672, + 1476052953, + 2029731869, + -120618149, + -1081089962, + 980932213, + 2133389430, + -1383570056, + 1379520440 + ] +} \ No newline at end of file -- cgit v1.2.1