Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc154 const int num_detected_boxes = in Prepare() local
165 {kBatchSize, num_detected_boxes, kNumCoordBox}); in Prepare()
171 SetTensorSizes(context, detection_classes, {kBatchSize, num_detected_boxes}); in Prepare()
177 SetTensorSizes(context, detection_scores, {kBatchSize, num_detected_boxes}); in Prepare()