From de22a661323bcad18a67a318d9cda5ce9f2699a8 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 18 Jan 2023 15:53:26 +0000 Subject: Create MI tests for Comparison: EQUAL, GREATER, GREATER_EQUAL Signed-off-by: Jeremy Johnson Change-Id: I1d7b1409f48ea1fb177f2956371a927c3904de54 --- .../input-1.json | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 operators/comparison/greater/greater_ERRORIF_WrongOutputType_13x5x14_bf16/input-1.json (limited to 'operators/comparison/greater/greater_ERRORIF_WrongOutputType_13x5x14_bf16/input-1.json') diff --git a/operators/comparison/greater/greater_ERRORIF_WrongOutputType_13x5x14_bf16/input-1.json b/operators/comparison/greater/greater_ERRORIF_WrongOutputType_13x5x14_bf16/input-1.json new file mode 100644 index 000000000..160bcc517 --- /dev/null +++ b/operators/comparison/greater/greater_ERRORIF_WrongOutputType_13x5x14_bf16/input-1.json @@ -0,0 +1,87 @@ +{ + "type": "float32", + "data": [ + [ + [ + 0.39453125, + 0.1875, + 0.349609375, + 0.87109375, + 0.71875, + 0.038330078125, + 0.80859375, + 0.40625, + 0.72265625, + 0.392578125, + 0.7734375, + 0.66015625, + 0.671875, + 0.87890625 + ], + [ + 0.82421875, + 0.4921875, + 0.66015625, + 0.376953125, + 0.65625, + 0.265625, + 0.5703125, + 0.8125, + 0.50390625, + 0.6796875, + 0.287109375, + 0.81640625, + 0.470703125, + 0.396484375 + ], + [ + 0.0301513671875, + 0.09912109375, + 0.1240234375, + 0.484375, + 0.0771484375, + 0.6171875, + 0.15625, + 0.62109375, + 0.51171875, + 0.283203125, + 0.462890625, + 0.458984375, + 0.1318359375, + 0.462890625 + ], + [ + 0.640625, + 0.69140625, + 0.890625, + 0.72265625, + 0.53125, + 0.298828125, + 0.46484375, + 0.97265625, + 0.94140625, + 0.734375, + 0.032958984375, + 0.064453125, + 0.97265625, + 0.80859375 + ], + [ + 0.486328125, + 0.3984375, + 0.1826171875, + 0.515625, + 0.6484375, + 0.1279296875, + 0.47265625, + 0.35546875, + 0.88671875, + 0.7109375, + 0.90234375, + 0.35546875, + 0.162109375, + 0.828125 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1