Home
last modified time | relevance | path

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

/external/libtextclassifier/native/actions/
Dngram-model.cc96 int token_idx = 0, ngram_token_idx = 0, skip_remain = 0; in IsNGramMatch() local
102 skip_remain = max_skips; in IsNGramMatch()
103 } else if (skip_remain > 0) { in IsNGramMatch()
106 skip_remain--; in IsNGramMatch()