Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.h410 bool FilteredForAnnotation(const AnnotatedSpan& span) const;
Dannotator.cc740 bool Annotator::FilteredForAnnotation(const AnnotatedSpan& span) const { in FilteredForAnnotation() function in libtextclassifier3::Annotator
2358 FilteredForAnnotation((*candidates)[i])) { in AnnotateSingleInput()