Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc338 bool ValidateBoxes(const TfLiteTensor* decoded_boxes, const int num_boxes) { in ValidateBoxes() function
392 TF_LITE_ENSURE(context, ValidateBoxes(decoded_boxes, num_boxes)); in NonMaxSuppressionSingleClassHelper()