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-1.json | 135 +++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongOutputType_10x2x9_i8/input-1.json (limited to 'operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongOutputType_10x2x9_i8/input-1.json') diff --git a/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongOutputType_10x2x9_i8/input-1.json b/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongOutputType_10x2x9_i8/input-1.json new file mode 100644 index 000000000..4e8b8f956 --- /dev/null +++ b/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongOutputType_10x2x9_i8/input-1.json @@ -0,0 +1,135 @@ +{ + "type": "int32", + "data": [ + [ + [ + -84, + -104, + 109, + -27, + -78, + 12, + -102, + -23, + 40 + ] + ], + [ + [ + -6, + 109, + 56, + 38, + 43, + 47, + -6, + -101, + -63 + ] + ], + [ + [ + -48, + -62, + -57, + 67, + 113, + -13, + -4, + -44, + 33 + ] + ], + [ + [ + 47, + -114, + 0, + -19, + -16, + 1, + -93, + 76, + 102 + ] + ], + [ + [ + -101, + 84, + 15, + 86, + -81, + -81, + -127, + 1, + -23 + ] + ], + [ + [ + 114, + 14, + 109, + -61, + -119, + 84, + -127, + 89, + 2 + ] + ], + [ + [ + 20, + -74, + -60, + -75, + 61, + -9, + -103, + -116, + 55 + ] + ], + [ + [ + 43, + -48, + -39, + 77, + -110, + 118, + 89, + -94, + 6 + ] + ], + [ + [ + 16, + 106, + 24, + -127, + -56, + 21, + -33, + -8, + 112 + ] + ], + [ + [ + 111, + -60, + -83, + 116, + 11, + 23, + -84, + 36, + 91 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1