Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dtext-classification-model.cc427 for (auto span_result : proposals) { in SuggestSelectionSymmetrical() local
428 TokenSpan span = CodepointSpanToTokenSpan(tokens, span_result.first); in SuggestSelectionSymmetrical()
440 return {span_result.first.first, span_result.first.second}; in SuggestSelectionSymmetrical()