OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComputeSoftmaxProbability
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/lang_id/common/math/
softmax.cc
27
float
ComputeSoftmaxProbability
(const std::vector<float> &scores, int label) {
88
// See comments above in
ComputeSoftmaxProbability
for the reasoning behind
/external/libtextclassifier/utils/math/
softmax.cc
26
float
ComputeSoftmaxProbability
(const std::vector<float> &scores, int label) {
91
// See comments above in
ComputeSoftmaxProbability
for the reasoning behind
Completed in 112 milliseconds