Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dfeature-processor.h246 std::map<TokenSpan, int> selection_to_label_; variable
Dfeature-processor.cc297 auto it = selection_to_label_.find(span); in TokenSpanToLabel()
298 if (it != selection_to_label_.end()) { in TokenSpanToLabel()
533 selection_to_label_[token_span] = selection_label_id; in MakeLabelMaps()