OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryCounts
(Results
1 - 12
of
12
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
entry_counters.h
28
class
EntryCounts
final {
30
EntryCounts
() : mEntryCounts({{0, 0, 0, 0}}) {}
32
explicit
EntryCounts
(const std::array<int, MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1> &counters)
44
DISALLOW_ASSIGNMENT_OPERATOR(
EntryCounts
);
61
const
EntryCounts
getEntryCounts() const {
62
return
EntryCounts
(mEntryCounters);
forgetting_curve_utils.h
46
static bool needsToDecay(const bool mindsBlockByDecay, const
EntryCounts
&entryCounters,