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/logical_xor/logical_xor_ERRORIF_WrongOutputType_12_b/input-0.json (limited to 'operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_12_b/input-0.json') diff --git a/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_12_b/input-0.json b/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_12_b/input-0.json new file mode 100644 index 000000000..2db5d013a --- /dev/null +++ b/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_12_b/input-0.json @@ -0,0 +1,17 @@ +{ + "type": "bool", + "data": [ + true, + false, + false, + true, + true, + true, + false, + true, + true, + false, + false, + false + ] +} \ No newline at end of file -- cgit v1.2.1