Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.h136 std::string LabelToCollection(int label) const;
Dfeature-processor.cc667 std::string FeatureProcessor::LabelToCollection(int label) const { in LabelToCollection() function in libtextclassifier3::FeatureProcessor
Dannotator.cc1572 classification_feature_processor_->LabelToCollection(best_score_index); in ModelClassifyText()