Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dnon_max_suppression.cc117 const TfLiteTensor* input_score_threshold; in Prepare() local
120 &input_score_threshold)); in Prepare()
122 TF_LITE_ENSURE_EQ(context, NumDimensions(input_score_threshold), 0); in Prepare()
223 const TfLiteTensor* input_score_threshold; in Eval() local
226 &input_score_threshold)); in Eval()
227 const float score_threshold = *GetTensorData<float>(input_score_threshold); in Eval()