Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CPP/kernels/
DCPPDetectionWindowNonMaximaSuppressionKernel.cpp89 size_t num_detections = 0; in run() local
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_stage.cc112 int num_detections = static_cast<int>(*static_cast<float*>(outputs->at(3))); in Run() local
/external/tensorflow/tensorflow/lite/kernels/
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
Ddetection_postprocess_test.cc221 const int num_detections = static_cast<int>(m.GetOutput4<float>()[0]); in TEST() local
/external/armnn/tests/TfLiteYoloV3Big-Armnn/
DNMS.cpp119 const unsigned int num_detections = static_cast<unsigned int>(detections.size()); in nms() local
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc268 const int num_detections, in PrintTopDetections()
348 int32_t num_detections = 5; in main() local
/external/ComputeLibrary/tests/validation/reference/
DHOGMultiDetection.cpp63 size_t num_detections = 0; in detection_windows_non_maxima_suppression() local