From 6b612f5fa1fee9528f2f87491fe7edb3887d9817 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Thu, 5 Sep 2019 12:30:22 +0100 Subject: COMPMID-2310: CLGenerateProposalsLayer: support for QASYMM8 Change-Id: I48b77e09857cd43f9498d28e8f4bf346e3d7110d Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/1969 Reviewed-by: Pablo Marquez Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h') diff --git a/arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h b/arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h index 4857f74f93..dc23d42126 100644 --- a/arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h +++ b/arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h @@ -100,7 +100,6 @@ private: ITensor *_classes; ITensor *_batch_splits_out; ITensor *_keeps; - ITensor *_keeps_size; Tensor _scores_in_f32; Tensor _boxes_in_f32; @@ -110,7 +109,6 @@ private: Tensor _classes_f32; Tensor _batch_splits_out_f32; Tensor _keeps_f32; - Tensor _keeps_size_f32; bool _is_qasymm8; }; -- cgit v1.2.1