Searched refs:num_detections (Results 1 – 4 of 4) sorted by relevance
264 const int num_detections, in PrintTopDetections() argument278 std::min(num_detections, static_cast<int>(label_count)); in PrintTopDetections()344 int32 num_detections = 5; in main() local363 Flag("num_detections", &num_detections, in main()424 num_detections, image_out, in main()
58 detections with --num_detections=N will also include the surfer on the left,
180 TfLiteTensor* num_detections = in Prepare() local182 num_detections->type = kTfLiteFloat32; in Prepare()184 SetTensorSizes(context, num_detections, {1}); in Prepare()466 TfLiteTensor* num_detections = in NonMaxSuppressionMultiClassRegularHelper() local563 num_detections->data.f[0] = size_of_sorted_indices; in NonMaxSuppressionMultiClassRegularHelper()591 TfLiteTensor* num_detections = in NonMaxSuppressionMultiClassFastHelper() local641 num_detections->data.f[0] = output_box_index; in NonMaxSuppressionMultiClassFastHelper()
80 valid detections per batch item. Only the top num_detections[i] entries in