Searched refs:exp_scores (Results 1 – 2 of 2) sorted by relevance
81 std::vector<float> exp_scores; in ComputeSoftmax() local82 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()
78 std::vector<float> exp_scores; in ComputeSoftmax() local79 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()