aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h')
-rw-r--r--arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h b/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h
index 1c918d220c..64568e8b96 100644
--- a/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h
+++ b/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h
@@ -103,6 +103,7 @@ private:
unsigned int _num_boxes;
unsigned int _num_classes_with_background;
unsigned int _num_max_detected_boxes;
+ bool _dequantize_scores;
Tensor _decoded_boxes;
Tensor _decoded_scores;