From 99123d66335bc05c7d42b1999ac4671b50706746 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 18 Oct 2022 17:38:23 +0100 Subject: Updating CAST tests for renaming of out type Signed-off-by: Jeremy Johnson Change-Id: Id3dc86ec45fe884359f6529cba0fe28e709f89f3 --- .../input-0.json | 141 +++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 operators/type_conversion/cast/cast_ERRORIF_WrongInputType_2x11x4_i4_outb/input-0.json (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongInputType_2x11x4_i4_outb/input-0.json') diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongInputType_2x11x4_i4_outb/input-0.json b/operators/type_conversion/cast/cast_ERRORIF_WrongInputType_2x11x4_i4_outb/input-0.json new file mode 100644 index 000000000..21b2c11b4 --- /dev/null +++ b/operators/type_conversion/cast/cast_ERRORIF_WrongInputType_2x11x4_i4_outb/input-0.json @@ -0,0 +1,141 @@ +{ + "type": "int32", + "data": [ + [ + [ + -6, + 4, + 2, + -6 + ], + [ + -4, + 1, + 1, + 5 + ], + [ + -4, + 6, + -1, + 5 + ], + [ + -4, + -7, + -7, + -2 + ], + [ + 7, + -7, + -2, + -6 + ], + [ + 6, + 3, + 4, + 3 + ], + [ + 2, + 4, + -7, + 5 + ], + [ + 4, + 4, + -2, + 5 + ], + [ + -2, + -7, + 6, + -4 + ], + [ + -6, + 2, + -4, + 5 + ], + [ + -1, + -7, + 7, + 0 + ] + ], + [ + [ + -4, + 3, + 0, + -7 + ], + [ + 4, + -1, + 3, + 6 + ], + [ + 2, + 3, + -4, + -4 + ], + [ + -1, + 5, + 0, + -2 + ], + [ + 4, + 5, + 6, + -3 + ], + [ + 3, + 1, + -1, + -2 + ], + [ + -6, + -3, + 1, + 6 + ], + [ + 5, + -5, + 3, + -6 + ], + [ + 3, + -2, + -1, + 3 + ], + [ + -1, + 5, + 1, + 7 + ], + [ + 2, + -3, + 4, + -1 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1