Home
last modified time | relevance | path

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

/external/libtextclassifier/native/lang_id/features/
Dchar-ngram-feature.cc103 int &ref_to_count_for_ngram = counts_[ngram_id]; in ComputeNgramCounts() local
104 if (ref_to_count_for_ngram == 0) { in ComputeNgramCounts()
107 ref_to_count_for_ngram++; in ComputeNgramCounts()