From c5b6d8822da0fae1807dda46674f68d00db8e321 Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Fri, 26 Jun 2020 14:46:59 +0100 Subject: COMPMID-3562: Support QASYMM8_SIGNED in CLArgMinMaxLayerKernel Signed-off-by: Sheri Zhang Change-Id: I6c6efde06f000834b0b770889e3eb5ee0d14b027 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3476 Comments-Addressed: Arm Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- docs/00_introduction.dox | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 8387774ef6..969bc45379 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -246,6 +246,9 @@ v20.08 Public major release "axis" has been renamed to "reduce_end_axis", which is the last axis (inclusive) before which all dimensions are reduced/collapsed. The default "axis" (now "reduce_end_axis") value for @ref NESoftmaxLayer and @ref NELogSoftmaxLayer is changed from -1 to 0. The default "axis" (now "reduce_end_axis") value for @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and @ref GCSoftmaxLayer is changed from 1 to 0. + - Added new data type QASYMM8_SIGNED support for: + - @ref CLArgMinMaxLayer + - @ref CLArgMinMaxLayerKernel v20.05 Public major release - Various bug fixes. -- cgit v1.2.1