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

  /external/libtextclassifier/annotator/
feature-processor.h 124 int NumCollections() const { return collection_to_label_.size(); }
283 std::map<std::string, int> collection_to_label_; member in class:libtextclassifier3::FeatureProcessor
feature-processor.cc 634 const auto it = collection_to_label_.find(collection);
635 if (it == collection_to_label_.end()) {
643 if (label >= 0 && label < collection_to_label_.size()) {
653 collection_to_label_[(*options_->collections())[i]->str()] = i;

Completed in 1266 milliseconds