OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetArgMax
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/lang_id/common/math/
algorithm.h
31
inline int
GetArgMax
(const std::vector<T> &elements) {
/external/libtextclassifier/lang_id/
lang-id.cc
106
int prediction_id =
GetArgMax
(scores);
Completed in 83 milliseconds