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