Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dfeature-processor.cc326 auto it = selection_to_label_.find(span); in TokenSpanToLabel()
327 if (it != selection_to_label_.end()) { in TokenSpanToLabel()
663 selection_to_label_[token_span] = selection_label_id; in MakeLabelMaps()
Dfeature-processor.h279 std::map<TokenSpan, int> selection_to_label_; variable