Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.h308 std::map<TokenSpan, int> selection_to_label_; variable
Dfeature-processor.cc324 auto it = selection_to_label_.find(token_span); in TokenSpanToLabel()
325 if (it != selection_to_label_.end()) { in TokenSpanToLabel()
688 selection_to_label_[token_span] = selection_label_id; in MakeLabelMaps()