Searched refs:ComputeSoftmax (Results 1 – 4 of 4) sorted by relevance
32 std::vector<float> ComputeSoftmax(const std::vector<float> &scores);
73 std::vector<float> ComputeSoftmax(const std::vector<float> &scores) { in ComputeSoftmax() function
350 scores = nlp_core::ComputeSoftmax(scores); in SuggestSelectionInternal()403 scores = nlp_core::ComputeSoftmax(scores); in SuggestSelectionSymmetrical()487 scores = nlp_core::ComputeSoftmax(scores); in ClassifyText()
220 return ComputeSoftmax(scores); in ScoreLanguages()