Searched refs:input_score_threshold (Results 1 – 1 of 1) sorted by relevance
117 const TfLiteTensor* input_score_threshold; in Prepare() local120 &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() local226 &input_score_threshold)); in Eval()227 const float score_threshold = *GetTensorData<float>(input_score_threshold); in Eval()