From a25d672b327ad02b3813592803e41f5909aa0d5a Mon Sep 17 00:00:00 2001 From: James Ward Date: Fri, 18 Nov 2022 15:10:49 +0000 Subject: Create MI tests for Tensors: ARGMAX, MAX_POOL2D Signed-off-by: James Ward Change-Id: I3682311cbdffa52fa88ae1b5779c615e2f062807 --- .../tensor/argmax/argmax_34_f16_axis0/input-0.json | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 operators/tensor/argmax/argmax_34_f16_axis0/input-0.json (limited to 'operators/tensor/argmax/argmax_34_f16_axis0/input-0.json') diff --git a/operators/tensor/argmax/argmax_34_f16_axis0/input-0.json b/operators/tensor/argmax/argmax_34_f16_axis0/input-0.json new file mode 100644 index 000000000..28eb465a6 --- /dev/null +++ b/operators/tensor/argmax/argmax_34_f16_axis0/input-0.json @@ -0,0 +1,39 @@ +{ + "type": "float16", + "data": [ + -0.198486328125, + -0.5166015625, + 1.70703125, + 0.57568359375, + 1.291015625, + -0.226318359375, + -1.0908203125, + 0.2183837890625, + -1.7451171875, + 1.310546875, + 0.52685546875, + 1.0322265625, + -0.58203125, + 1.8828125, + 1.572265625, + 1.11328125, + -1.2216796875, + -0.133056640625, + -1.8251953125, + -1.3828125, + 0.732421875, + 0.97900390625, + 1.8701171875, + -0.69677734375, + -0.51806640625, + -0.12176513671875, + -1.2421875, + -1.48046875, + -0.09716796875, + -1.0927734375, + 0.67919921875, + -0.25146484375, + 1.3310546875, + 0.80126953125 + ] +} \ No newline at end of file -- cgit v1.2.1