OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeFinalScores
(Results
1 - 3
of
3
) sorted by null
/external/libtextclassifier/lang_id/common/
embedding-network.h
55
void
ComputeFinalScores
(const std::vector<FeatureVector> &features,
60
void
ComputeFinalScores
(const std::vector<FeatureVector> &features,
embedding-network.cc
244
void EmbeddingNetwork::
ComputeFinalScores
(
247
ComputeFinalScores
(features, {}, scores);
250
void EmbeddingNetwork::
ComputeFinalScores
(
/external/libtextclassifier/lang_id/
lang-id.cc
215
network_->
ComputeFinalScores
(features, scores);
Completed in 254 milliseconds