HomeSort by relevance Sort by last modified time
    Searched refs:non_zero_count_indices_ (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/lang_id/
language-identifier-features.cc 52 // Invariant 2: the vector non_zero_count_indices_ is empty. The vector
53 // non_zero_count_indices_ is empty at construction time and gets emptied at
57 TC_DCHECK(non_zero_count_indices_.empty());
98 non_zero_count_indices_.push_back(ngram_id);
126 for (int ngram_id : non_zero_count_indices_) {
135 // Clear up non_zero_count_indices_, for the next invocation of Evaluate().
136 non_zero_count_indices_.clear();
language-identifier-features.h 55 // Auxiliary for Evaluate(). Fills counts_ and non_zero_count_indices_ (see
65 mutable std::vector<int> non_zero_count_indices_; member in class:libtextclassifier::nlp_core::lang_id::ContinuousBagOfNgramsFunction

Completed in 231 milliseconds