Home
last modified time | relevance | path

Searched defs:ComputeSoftmax (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/math/
Dsoftmax.cc72 std::vector<float> ComputeSoftmax(const std::vector<float> &scores) { in ComputeSoftmax() function
76 std::vector<float> ComputeSoftmax(const float *scores, int scores_size) { in ComputeSoftmax() function
/external/libtextclassifier/native/lang_id/common/math/
Dsoftmax.cc73 std::vector<float> ComputeSoftmax(const std::vector<float> &scores, in ComputeSoftmax() function