From 874bb4fe493b2958a21e9a84c22828e82d4ff167 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 16 Nov 2022 14:39:55 +0000 Subject: Updating conformance files for BF16 support Signed-off-by: Jeremy Johnson Change-Id: Iabe3a47a30eaea83f29b160ae2227e57ec22e96d --- .../input-0.json | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 operators/type_conversion/cast/cast_ERRORIF_WrongInputList_12x3_b_outi16/input-0.json (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongInputList_12x3_b_outi16/input-0.json') diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_12x3_b_outi16/input-0.json b/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_12x3_b_outi16/input-0.json new file mode 100644 index 000000000..d9dbd7ec1 --- /dev/null +++ b/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_12x3_b_outi16/input-0.json @@ -0,0 +1,65 @@ +{ + "type": "bool", + "data": [ + [ + false, + false, + false + ], + [ + true, + true, + true + ], + [ + false, + false, + true + ], + [ + true, + true, + false + ], + [ + false, + false, + true + ], + [ + false, + true, + true + ], + [ + true, + true, + true + ], + [ + false, + true, + true + ], + [ + true, + false, + false + ], + [ + false, + true, + true + ], + [ + true, + false, + false + ], + [ + true, + false, + true + ] + ] +} \ No newline at end of file -- cgit v1.2.1