Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.cc1571 const std::string top_collection = in ModelClassifyText() local
1575 if (top_collection == Collections::Phone()) { in ModelClassifyText()
1584 } else if (top_collection == Collections::Address()) { in ModelClassifyText()
1590 } else if (top_collection == Collections::Dictionary()) { in ModelClassifyText()
1599 *classification_results = {{top_collection, /*arg_score=*/1.0, in ModelClassifyText()
1608 top_collection.c_str())) { in ModelClassifyText()