Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc264 const int num_detections, in PrintTopDetections() argument
278 std::min(num_detections, static_cast<int>(label_count)); in PrintTopDetections()
344 int32 num_detections = 5; in main() local
363 Flag("num_detections", &num_detections, in main()
424 num_detections, image_out, in main()
DREADME.md58 detections with --num_detections=N will also include the surfer on the left,
/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc180 TfLiteTensor* num_detections = in Prepare() local
182 num_detections->type = kTfLiteFloat32; in Prepare()
184 SetTensorSizes(context, num_detections, {1}); in Prepare()
466 TfLiteTensor* num_detections = in NonMaxSuppressionMultiClassRegularHelper() local
563 num_detections->data.f[0] = size_of_sorted_indices; in NonMaxSuppressionMultiClassRegularHelper()
591 TfLiteTensor* num_detections = in NonMaxSuppressionMultiClassFastHelper() local
641 num_detections->data.f[0] = output_box_index; in NonMaxSuppressionMultiClassFastHelper()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CombinedNonMaxSuppression.pbtxt80 valid detections per batch item. Only the top num_detections[i] entries in