Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dannotator.h413 bool FilteredForAnnotation(const AnnotatedSpan& span) const;
H A Dannotator.cc760 bool Annotator::FilteredForAnnotation(const AnnotatedSpan& span) const { in FilteredForAnnotation() function in libtextclassifier3::Annotator
2368 FilteredForAnnotation((*candidates)[i])) { in AnnotateSingleInput()