HomeSort by relevance Sort by last modified time
    Searched refs:label_to_selection_ (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/annotator/
feature-processor.h 118 int GetSelectionLabelCount() const { return label_to_selection_.size(); }
280 std::vector<TokenSpan> label_to_selection_; member in class:libtextclassifier3::FeatureProcessor
feature-processor.cc 252 if (label >= 0 && label < label_to_selection_.size()) {
253 *token_span = label_to_selection_[label];
465 for (int i = 0; i < label_to_selection_.size(); ++i) {
664 label_to_selection_.push_back(token_span);

Completed in 2512 milliseconds