Home
last modified time | relevance | path

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

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