From a0205b987509d239b1635024fe8f334a4534f56e Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Tue, 7 Jul 2020 09:36:09 +0100 Subject: COMPMID-3574: add logarithm to LogSoftmaxLayer Missed logarithm for the summation is added to NEON, CL and reference backends. To avoid complex changes, log softmax layer on CL backend doesn't support quantized data types. Tests and doxygen comments are modified accordingly. Change-Id: Iafd29291be8b81345cb4999b2668dbc3ae0c3345 Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3517 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: SiCong Li Comments-Addressed: Arm Jenkins --- docs/00_introduction.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/00_introduction.dox') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 85146cb15d..cfd232d8e4 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -246,6 +246,7 @@ 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. + - The support for quantized data types has been removed from @ref CLLogSoftmaxLayer due to implementation complexity. - Added new data type QASYMM8_SIGNED support for: - @ref CLArgMinMaxLayer - @ref CLArgMinMaxLayerKernel -- cgit v1.2.1