Home
last modified time | relevance | path

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

/external/libtextclassifier/
Dtext-classifier.h265 bool ModelAnnotate(const std::string& context,
Dtext-classifier.cc1094 bool TextClassifier::ModelAnnotate(const std::string& context, in ModelAnnotate() function in libtextclassifier2::TextClassifier
1220 if (!ModelAnnotate(context, &interpreter_manager, &tokens, &candidates)) { in Annotate()