From 05b243aff343fd6761bbadb2fcb4d2d98b0848c9 Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Mon, 16 Mar 2020 14:07:51 +0000 Subject: COMPMID-3271: Add support for QASYMM8_SIGNED in CPPTopKVKernel/CPPTopKV Signed-off-by: Sheri Zhang Change-Id: Ic34616fc3480ca85cc582e4e3db031d631ed5861 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2887 Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- arm_compute/runtime/CPP/functions/CPPTopKV.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm_compute/runtime/CPP/functions/CPPTopKV.h') diff --git a/arm_compute/runtime/CPP/functions/CPPTopKV.h b/arm_compute/runtime/CPP/functions/CPPTopKV.h index d41b7d300f..c94e277312 100644 --- a/arm_compute/runtime/CPP/functions/CPPTopKV.h +++ b/arm_compute/runtime/CPP/functions/CPPTopKV.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -38,7 +38,7 @@ class CPPTopKV : public ICPPSimpleFunction public: /** Set the input and output of the kernel. * - * @param[in] predictions A batch_size x classes tensor. Data types supported: F16/S32/F32/QASYMM8 + * @param[in] predictions A batch_size x classes tensor. Data types supported: F16/S32/F32/QASYMM8/QASYMM8_SIGNED * @param[in] targets A batch_size 1D tensor of class ids. Data types supported: S32 * @param[out] output Computed precision at @p k as a bool 1D tensor. Data types supported: U8 * @param[in] k Number of top elements to look at for computing precision. @@ -47,7 +47,7 @@ public: /** Static function to check if given info will lead to a valid configuration of @ref CPPTopKVKernel * - * @param[in] predictions A batch_size x classes tensor info. Data types supported: F16/S32/F32/QASYMM8 + * @param[in] predictions A batch_size x classes tensor info. Data types supported: F16/S32/F32/QASYMM8/QASYMM8_SIGNED * @param[in] targets A batch_size 1D tensor info of class ids. Data types supported: S32 * @param[in] output Computed precision at @p k as a bool 1D tensor info. Data types supported: U8 * @param[in] k Number of top elements to look at for computing precision. -- cgit v1.2.1