Home
last modified time | relevance | path

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

/external/libtextclassifier/common/
Dsoftmax.h32 std::vector<float> ComputeSoftmax(const std::vector<float> &scores);
Dsoftmax.cc73 std::vector<float> ComputeSoftmax(const std::vector<float> &scores) { in ComputeSoftmax() function
/external/libtextclassifier/smartselect/
Dtext-classification-model.cc350 scores = nlp_core::ComputeSoftmax(scores); in SuggestSelectionInternal()
403 scores = nlp_core::ComputeSoftmax(scores); in SuggestSelectionSymmetrical()
487 scores = nlp_core::ComputeSoftmax(scores); in ClassifyText()
/external/libtextclassifier/lang_id/
Dlang-id.cc220 return ComputeSoftmax(scores); in ScoreLanguages()