From 58c71efe07031fc7ba82e61e2cdca8ae5ea13a8a Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Mon, 30 Sep 2019 15:03:21 +0100 Subject: COMPMID-2257: Add support for QASYMM8 in NEGenerateProposals Change-Id: I7d9aa21ecac97847fce209f97dff0dea6e62790a Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/2020 Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez Comments-Addressed: Arm Jenkins --- arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/runtime/CL/functions') diff --git a/arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h b/arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h index 827f19d130..e14e195ec6 100644 --- a/arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h +++ b/arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h @@ -50,7 +50,7 @@ class ICLTensor; * -# @ref CLReshapeLayer x 2 * -# @ref CLBoundingBoxTransform * -# @ref CLPadLayerKernel - * -# @ref CLDequantizationLayerKernel + * -# @ref CLDequantizationLayerKernel x 2 * -# @ref CLQuantizationLayerKernel * And the following CPP functions: * -# @ref CPPBoxWithNonMaximaSuppressionLimit -- cgit v1.2.1