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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h b/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h
index c13def67c7..1c918d220c 100644
--- a/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h
+++ b/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h
@@ -109,15 +109,6 @@ private:
Tensor _selected_indices;
Tensor _class_scores;
const ITensor *_input_scores_to_use;
-
- // Intermediate results
- std::vector<int> _result_idx_boxes_after_nms;
- std::vector<int> _result_classes_after_nms;
- std::vector<float> _result_scores_after_nms;
- std::vector<unsigned int> _sorted_indices;
-
- // Temporary values
- std::vector<float> _box_scores;
};
} // namespace arm_compute
#endif /* __ARM_COMPUTE_CPP_DETECTION_POSTPROCESS_H__ */