Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/pod_ner/
Dutils.cc66 int num_wordpieces, int wordpiece_end) { in FindLastFullTokenIndex() argument
70 if (*word_starts.rbegin() < wordpiece_end && in FindLastFullTokenIndex()
71 num_wordpieces <= wordpiece_end) { in FindLastFullTokenIndex()
76 if (word_starts[i] <= wordpiece_end) { in FindLastFullTokenIndex()
Dutils.h58 int num_wordpieces, int wordpiece_end);