Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.cc3077 const int leftmost_end_index = std::max(start, span_of_interest.first) + 1; in ModelBoundsSensitiveScoreChunks() local
3078 for (int end = leftmost_end_index; in ModelBoundsSensitiveScoreChunks()