Searched refs:FilteredForSelection (Results 1 – 2 of 2) sorted by relevance
413 bool FilteredForSelection(const AnnotatedSpan& span) const;
753 bool Annotator::FilteredForSelection(const AnnotatedSpan& span) const { in FilteredForSelection() function in libtextclassifier3::Annotator1013 if (FilteredForSelection(candidates.annotated_spans[0][i])) { in SuggestSelection()