Searched refs:exp_scores (Results 1 – 3 of 3) 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()
3170 const std::vector<float> exp_scores; in TEST_P() member3301 ElementsAreArray(p.exp_scores), in TEST_P()