Home
last modified time | relevance | path

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

/external/libtextclassifier/native/lang_id/
Dlang-id.cc161 int prediction_id = GetArgMax(scores); in FindLanguages() local
162 const std::string language = GetLanguageForSoftmaxLabel(prediction_id); in FindLanguages()
163 float probability = ComputeSoftmaxProbability(scores, prediction_id); in FindLanguages()