Searched defs:num_detections (Results 1 – 5 of 5) sorted by relevance
196 TfLiteTensor* num_detections; in Prepare() local528 TfLiteTensor* num_detections; in NonMaxSuppressionMultiClassRegularHelper() local630 GetTensorData<float>(num_detections)[0] = size_of_sorted_indices; in NonMaxSuppressionMultiClassRegularHelper() local670 TfLiteTensor* num_detections; in NonMaxSuppressionMultiClassFastHelper() local725 GetTensorData<float>(num_detections)[0] = output_box_index; in NonMaxSuppressionMultiClassFastHelper() local
223 const int num_detections = static_cast<int>(m.GetOutput4<float>()[0]); in TEST() local
112 int num_detections = static_cast<int>(*static_cast<float*>(outputs->at(3))); in Run() local
498 TfLiteEvalTensor* num_detections = in NonMaxSuppressionMultiClassRegularHelper() local604 tflite::micro::GetTensorData<float>(num_detections)[0] = in NonMaxSuppressionMultiClassRegularHelper() local632 TfLiteEvalTensor* num_detections = in NonMaxSuppressionMultiClassFastHelper() local700 tflite::micro::GetTensorData<float>(num_detections)[0] = output_box_index; in NonMaxSuppressionMultiClassFastHelper() local
268 const int num_detections, in PrintTopDetections()348 int32 num_detections = 5; in main() local