aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h')
-rw-r--r--arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h2
1 files changed, 0 insertions, 2 deletions
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;
};