Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/
Dlang-id.cc106 int prediction_id = GetArgMax(scores); in FindLanguage() local
107 const string language = GetLanguageForSoftmaxLabel(prediction_id); in FindLanguage()
108 float probability = ComputeSoftmaxProbability(scores, prediction_id); in FindLanguage()