From de1c2ce9e0710f39464069d880fac7bb9ec24d1a Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 31 Jan 2023 12:20:46 +0000 Subject: Create MI tests for Type Conversion: CAST Signed-off-by: James Ward Change-Id: I2faca325583245248e7043cf3359e696ececac19 --- .../cast/cast_36_i16_outf32/input-0.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 operators/type_conversion/cast/cast_36_i16_outf32/input-0.json (limited to 'operators/type_conversion/cast/cast_36_i16_outf32/input-0.json') diff --git a/operators/type_conversion/cast/cast_36_i16_outf32/input-0.json b/operators/type_conversion/cast/cast_36_i16_outf32/input-0.json new file mode 100644 index 000000000..8906412f9 --- /dev/null +++ b/operators/type_conversion/cast/cast_36_i16_outf32/input-0.json @@ -0,0 +1,41 @@ +{ + "type": "int32", + "data": [ + -30852, + -10939, + -5890, + -4501, + 3352, + 18388, + -2148, + 22361, + 1948, + -15706, + -17760, + -11634, + 6387, + -16877, + 27143, + -1320, + 23807, + 12010, + -10922, + -17810, + 15987, + -11093, + -16590, + 28205, + -1139, + -29585, + -343, + -2572, + 23853, + 13864, + -20228, + -22908, + 6789, + -29664, + -11861, + -23711 + ] +} \ No newline at end of file -- cgit v1.2.1