Home
last modified time | relevance | path

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

/external/libtextclassifier/common/
Dsoftmax.cc43 const float label_score = scores[label]; in ComputeSoftmaxProbability() local
47 const float delta_score = scores[i] - label_score; in ComputeSoftmaxProbability()