Searched defs:ComputeSoftmax (Results 1 – 2 of 2) sorted by relevance
72 std::vector<float> ComputeSoftmax(const std::vector<float> &scores) { in ComputeSoftmax() function76 std::vector<float> ComputeSoftmax(const float *scores, int scores_size) { in ComputeSoftmax() function
73 std::vector<float> ComputeSoftmax(const std::vector<float> &scores, in ComputeSoftmax() function