From 4c39d9a327b60518b34c6f333d379b2b82184510 Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 21 Nov 2022 10:32:30 +0000 Subject: Create MI tests for Scatter: SCATTER Signed-off-by: James Ward Change-Id: I5d8fa1a91ff561fad3dbaefe75262c3e04d42347 --- .../input-1.json | 163 +++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_f16/input-1.json (limited to 'operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_f16/input-1.json') diff --git a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_f16/input-1.json b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_f16/input-1.json new file mode 100644 index 000000000..98505155e --- /dev/null +++ b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_f16/input-1.json @@ -0,0 +1,163 @@ +{ + "type": "float16", + "data": [ + [ + [ + 0.270751953125, + 0.7099609375, + 0.97998046875, + 0.611328125, + 0.05450439453125, + 0.6162109375, + 0.0423583984375, + 0.88427734375, + 0.70947265625, + 0.173095703125, + 0.09173583984375 + ], + [ + 0.18359375, + 0.97998046875, + 0.45849609375, + 0.7841796875, + 0.63623046875, + 0.572265625, + 0.1451416015625, + 0.94580078125, + 0.30126953125, + 0.578125, + 0.69970703125 + ], + [ + 0.6494140625, + 0.9404296875, + 0.1484375, + 0.50830078125, + 0.404052734375, + 0.47412109375, + 0.11920166015625, + 0.1341552734375, + 0.278076171875, + 0.3046875, + 0.427978515625 + ], + [ + 0.61083984375, + 0.634765625, + 0.411865234375, + 0.40869140625, + 0.2176513671875, + 0.58837890625, + 0.317138671875, + 0.03607177734375, + 0.41845703125, + 0.47412109375, + 0.2255859375 + ], + [ + 0.572265625, + 0.56591796875, + 0.7021484375, + 0.64794921875, + 0.65234375, + 0.316162109375, + 0.78759765625, + 0.54931640625, + 0.431396484375, + 0.6259765625, + 0.360595703125 + ], + [ + 0.5126953125, + 0.73681640625, + 0.88623046875, + 0.9208984375, + 0.50341796875, + 0.5205078125, + 0.7998046875, + 0.314453125, + 0.83740234375, + 0.494140625, + 0.1158447265625 + ], + [ + 0.07208251953125, + 0.841796875, + 0.055572509765625, + 0.280517578125, + 0.334228515625, + 0.1729736328125, + 0.31396484375, + 0.74267578125, + 0.01468658447265625, + 0.8271484375, + 0.8564453125 + ], + [ + 0.372314453125, + 0.153564453125, + 0.60107421875, + 0.11968994140625, + 0.364990234375, + 0.95849609375, + 0.99560546875, + 0.77197265625, + 0.31103515625, + 0.6875, + 0.70556640625 + ], + [ + 0.387939453125, + 0.64111328125, + 0.0107269287109375, + 0.2091064453125, + 0.52490234375, + 0.1636962890625, + 0.1658935546875, + 0.83642578125, + 0.9892578125, + 0.55615234375, + 0.8388671875 + ], + [ + 0.990234375, + 0.1416015625, + 0.4482421875, + 0.392578125, + 0.080078125, + 0.75537109375, + 0.433837890625, + 0.46923828125, + 0.150634765625, + 0.180908203125, + 0.9072265625 + ], + [ + 0.044647216796875, + 0.23291015625, + 0.2919921875, + 0.490234375, + 0.58642578125, + 0.493408203125, + 0.0841064453125, + 0.24365234375, + 0.84375, + 0.6376953125, + 0.64892578125 + ], + [ + 0.67041015625, + 0.7626953125, + 0.05810546875, + 0.36669921875, + 0.53955078125, + 0.33837890625, + 0.84423828125, + 0.482666015625, + 0.7685546875, + 0.85205078125, + 0.5048828125 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1