Searched refs:selection_to_label_ (Results 1 – 2 of 2) sorted by relevance
326 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()
279 std::map<TokenSpan, int> selection_to_label_; variable