Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dfeature-processor.h120 int GetSelectionLabelCount() const { return label_to_selection_.size(); } in GetSelectionLabelCount()
247 std::vector<TokenSpan> label_to_selection_; variable
Dfeature-processor.cc238 if (label >= 0 && label < label_to_selection_.size()) { in LabelToTokenSpan()
239 *token_span = label_to_selection_[label]; in LabelToTokenSpan()
426 for (int i = 0; i < label_to_selection_.size(); ++i) { in SelectionLabelSpans()
534 label_to_selection_.push_back(token_span); in MakeLabelMaps()