Home
last modified time | relevance | path

Searched defs:detection_scores (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddetection_postprocess.cc189 TfLiteTensor* detection_scores; in Prepare() local
627 TfLiteTensor* detection_scores; in NonMaxSuppressionMultiClassRegularHelper() local
720 GetTensorData<float>(detection_scores)[output_box_index] = selected_score; in NonMaxSuppressionMultiClassRegularHelper() local
728 GetTensorData<float>(detection_scores)[output_box_index] = 0.0f; in NonMaxSuppressionMultiClassRegularHelper() local
766 TfLiteTensor* detection_scores; in NonMaxSuppressionMultiClassFastHelper() local
821 GetTensorData<float>(detection_scores)[box_offset] = in NonMaxSuppressionMultiClassFastHelper() local
H A Ddetection_postprocess_test.cc246 std::vector<float> detection_scores = m.GetOutput3<float>(); in TEST() local