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_20_f16_outi16/input-0.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 operators/type_conversion/cast/cast_20_f16_outi16/input-0.json (limited to 'operators/type_conversion/cast/cast_20_f16_outi16/input-0.json') diff --git a/operators/type_conversion/cast/cast_20_f16_outi16/input-0.json b/operators/type_conversion/cast/cast_20_f16_outi16/input-0.json new file mode 100644 index 000000000..96db5750d --- /dev/null +++ b/operators/type_conversion/cast/cast_20_f16_outi16/input-0.json @@ -0,0 +1,25 @@ +{ + "type": "float16", + "data": [ + -1.0927734375, + 0.67919921875, + -0.25146484375, + 1.3310546875, + 0.80126953125, + -0.75048828125, + 1.3291015625, + 1.21875, + -0.4501953125, + -0.8466796875, + 0.72998046875, + -1.44140625, + -1.2001953125, + -1.970703125, + 1.1474609375, + 0.6591796875, + 0.82080078125, + 1.123046875, + -0.164306640625, + 0.27490234375 + ] +} \ No newline at end of file -- cgit v1.2.1