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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_12_i8_roundFalse/input-0.json (limited to 'operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_12_i8_roundFalse/input-0.json') diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_12_i8_roundFalse/input-0.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_12_i8_roundFalse/input-0.json new file mode 100644 index 000000000..0873c45ad --- /dev/null +++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_ERRORIF_DimensionMismatch_12_i8_roundFalse/input-0.json @@ -0,0 +1,17 @@ +{ + "type": "int32", + "data": [ + -123, + 42, + 72, + -13, + -25, + -8, + -121, + 89, + -91, + -73, + -85, + -89 + ] +} \ No newline at end of file -- cgit v1.2.1