Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc419 int first_token_index_entire_window = 0; in AnnotateAroundSpanOfInterest() local
437 first_token_index_entire_window = cur_tokens.begin() - tokens.begin(); in AnnotateAroundSpanOfInterest()
442 tokens.begin() - first_token_index_entire_window, in AnnotateAroundSpanOfInterest()
452 VectorSpan<Token>(tokens.begin() + first_token_index_entire_window, in AnnotateAroundSpanOfInterest()