Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/lang_id/common/math/
H A Dsoftmax.h28 float ComputeSoftmaxProbability(const std::vector<float> &scores, int label);
H A Dsoftmax.cc28 float ComputeSoftmaxProbability(const std::vector<float> &scores, int label) { in ComputeSoftmaxProbability() function
/aosp_15_r20/external/libtextclassifier/native/utils/math/
H A Dsoftmax.h27 float ComputeSoftmaxProbability(const std::vector<float> &scores, int label);
H A Dsoftmax.cc26 float ComputeSoftmaxProbability(const std::vector<float> &scores, int label) { in ComputeSoftmaxProbability() function
/aosp_15_r20/external/libtextclassifier/native/lang_id/
H A Dlang-id.cc164 float probability = ComputeSoftmaxProbability(scores, prediction_id); in FindLanguages()