Home
last modified time | relevance | path

Searched defs:num_detections (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddetection_postprocess.cc197 TfLiteTensor* num_detections; in Prepare() local
631 TfLiteTensor* num_detections; in NonMaxSuppressionMultiClassRegularHelper() local
731 GetTensorData<float>(num_detections)[0] = sorted_indices_size; in NonMaxSuppressionMultiClassRegularHelper() local
770 TfLiteTensor* num_detections; in NonMaxSuppressionMultiClassFastHelper() local
826 GetTensorData<float>(num_detections)[0] = output_box_index; in NonMaxSuppressionMultiClassFastHelper() local
H A Ddetection_postprocess_test.cc221 const int num_detections = static_cast<int>(m.GetOutput4<float>()[0]); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/multibox_detector/
H A Dmain.cc268 const int num_detections, in PrintTopDetections()
348 int32_t num_detections = 5; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
H A Dobject_detection_stage.cc117 int num_detections = static_cast<int>(*static_cast<float*>(outputs->at(3))); in Run() local
/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/
H A DNMS.cpp119 const unsigned int num_detections = static_cast<unsigned int>(detections.size()); in nms() local