Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dcached-features.cc133 const TokenSpan& intended_span, const TokenSpan& read_mask_span, in AppendFeaturesInternal() argument
136 IntersectTokenSpans(intended_span, read_mask_span); in AppendFeaturesInternal()
137 for (int i = intended_span.first; i < copy_span.first; ++i) { in AppendFeaturesInternal()
144 for (int i = copy_span.second; i < intended_span.second; ++i) { in AppendFeaturesInternal()
Dcached-features.h59 void AppendFeaturesInternal(const TokenSpan& intended_span,