From 388b4679b9fd2c455284aa4158ef445228ecab75 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:51 +0100 Subject: Updating CLZ tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I8324f1d6b456c47a0709e056aa04a74563f58b3b --- operators/ew_unary/clz/clz_20_i32/input-0.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 operators/ew_unary/clz/clz_20_i32/input-0.json (limited to 'operators/ew_unary/clz/clz_20_i32/input-0.json') diff --git a/operators/ew_unary/clz/clz_20_i32/input-0.json b/operators/ew_unary/clz/clz_20_i32/input-0.json new file mode 100644 index 000000000..46bb59c42 --- /dev/null +++ b/operators/ew_unary/clz/clz_20_i32/input-0.json @@ -0,0 +1,25 @@ +{ + "type": "int32", + "data": [ + -1778349939, + 847689230, + -1282178581, + -1742995019, + 113726348, + 2042782445, + 1012548721, + 1121586479, + 934057792, + 1228636835, + 56807699, + -1597239786, + 1459207534, + -213090775, + 1511465, + -554918261, + -1363438929, + 1832941670, + 1209323014, + 617895985 + ] +} \ No newline at end of file -- cgit v1.2.1