Home
last modified time | relevance | path

Searched refs:exp_scores (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/lang_id/common/math/
Dsoftmax.cc81 std::vector<float> exp_scores; in ComputeSoftmax() local
82 exp_scores.reserve(scores.size()); in ComputeSoftmax()
92 exp_scores.push_back(exp_score); in ComputeSoftmax()
97 softmax.push_back(exp_scores[i] / denominator); in ComputeSoftmax()
/external/libtextclassifier/utils/math/
Dsoftmax.cc78 std::vector<float> exp_scores; in ComputeSoftmax() local
79 exp_scores.reserve(scores_size); in ComputeSoftmax()
94 exp_scores.push_back(exp_score); in ComputeSoftmax()
99 softmax.push_back(exp_scores[i] / denominator); in ComputeSoftmax()