From 4129b45c7464197b7a3415c6865282352a7fa40e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:54:23 +0100 Subject: Updating ARGMAX tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I96337ce765a04870b548f7905ab869c2e0287808 --- .../input-0.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 operators/tensor/argmax/argmax_ERRORIF_AxisSmallerZero_10_i16_axis-3/input-0.json (limited to 'operators/tensor/argmax/argmax_ERRORIF_AxisSmallerZero_10_i16_axis-3/input-0.json') diff --git a/operators/tensor/argmax/argmax_ERRORIF_AxisSmallerZero_10_i16_axis-3/input-0.json b/operators/tensor/argmax/argmax_ERRORIF_AxisSmallerZero_10_i16_axis-3/input-0.json new file mode 100644 index 000000000..7b6c960de --- /dev/null +++ b/operators/tensor/argmax/argmax_ERRORIF_AxisSmallerZero_10_i16_axis-3/input-0.json @@ -0,0 +1,15 @@ +{ + "type": "int32", + "data": [ + -8765, + 26776, + -324, + 13088, + -2791, + -15344, + 17316, + 30747, + -15498, + 18268 + ] +} \ No newline at end of file -- cgit v1.2.1