Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dmodel-executor.cc124 prefix_counts_.push_back(count); in ComputePrefixCounts()
148 return prefix_counts_[bucket_id_major] + in PruneBucketId()
Dmodel-executor.h118 std::vector<uint16> prefix_counts_; variable