Home
last modified time | relevance | path

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

/external/libtextclassifier/native/actions/
Dngram-model.cc178 float weight_matches = 0.f; in Eval() local
196 weight_matches += (*model_->ngram_weights())[ngram_idx]; in Eval()
204 (weight_matches + (model_->default_token_weight() * num_misses)) / in Eval()