Home
last modified time | relevance | path

Searched refs:LabelToCollection (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/smartselect/
Dfeature-processor.h123 std::string LabelToCollection(int label) const;
Dtext-classification-model.cc492 {sharing_feature_processor_->LabelToCollection(i), scores[i]}); in ClassifyText()
Dfeature-processor.cc514 std::string FeatureProcessor::LabelToCollection(int label) const { in LabelToCollection() function in libtextclassifier::FeatureProcessor