Searched refs:prediction_id (Results 1 – 1 of 1) sorted by relevance
106 int prediction_id = GetArgMax(scores); in FindLanguage() local107 const string language = GetLanguageForSoftmaxLabel(prediction_id); in FindLanguage()108 float probability = ComputeSoftmaxProbability(scores, prediction_id); in FindLanguage()