From 9e73c93bbd49fdd648d8f8cb77df46e7bbc9526d Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Tue, 2 Mar 2021 17:40:42 +0000 Subject: Port OpenCL Dequantization to new API Partially resolves: COMPMID-4193 Change-Id: I4e14149d5b0a7f9c0dd3bfce800eaddca1e4d885 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5238 Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- docs/00_introduction.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/00_introduction.dox') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 5912383e7c..7fd3af7c94 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -760,7 +760,7 @@ v19.11 Public major release - Added FP16 support for: - @ref CLGEMMMatrixMultiplyReshapedKernel - Added new data type QASYMM8_PER_CHANNEL support for: - - @ref CLDequantizationLayer + - CLDequantizationLayer - @ref NEDequantizationLayer - Added new data type QSYMM8_PER_CHANNEL support for: - @ref CLConvolutionLayer @@ -1306,7 +1306,7 @@ v17.09 Public major release - New OpenCL kernels / functions: - @ref CLDepthwiseConvolutionLayer3x3NCHWKernel @ref CLDepthwiseConvolutionLayer3x3NHWCKernel CLDepthwiseIm2ColKernel CLDepthwiseVectorToTensorKernel CLDepthwiseWeightsReshapeKernel / CLDepthwiseConvolutionLayer3x3 @ref CLDepthwiseConvolutionLayer CLDepthwiseSeparableConvolutionLayer - - @ref CLDequantizationLayerKernel / @ref CLDequantizationLayer + - CLDequantizationLayerKernel / CLDequantizationLayer - @ref CLDirectConvolutionLayerKernel / @ref CLDirectConvolutionLayer - CLFlattenLayer - CLFloorKernel / @ref CLFloor -- cgit v1.2.1