Home
last modified time | relevance | path

Searched refs:_num_max_detected_boxes (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.cpp213 …nullptr), _info(), _num_boxes(), _num_classes_with_background(), _num_max_detected_boxes(), _dequa… in CPPDetectionPostProcessLayer()
226 _num_max_detected_boxes = info.max_detections() * info.max_classes_per_detection(); in configure()
228 …pty(*output_boxes->info(), TensorInfo(TensorShape(_kNumCoordBox, _num_max_detected_boxes, _kBatchS… in configure()
229 …auto_init_if_empty(*output_classes->info(), TensorInfo(TensorShape(_num_max_detected_boxes, _kBatc… in configure()
230 …auto_init_if_empty(*output_scores->info(), TensorInfo(TensorShape(_num_max_detected_boxes, _kBatch… in configure()
/external/ComputeLibrary/arm_compute/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.h105 unsigned int _num_max_detected_boxes; variable