Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/
Dlang-id.cc104 ComputeScores(text, &scores); in FindLanguage()
137 ComputeScores(text, &scores); in FindLanguages()
206 void ComputeScores(StringPiece text, std::vector<float> *scores) const { in ComputeScores() function in libtextclassifier3::mobile::lang_id::LangIdImpl