Home
last modified time | relevance | path

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

/external/libtextclassifier/actions/
Dngram-model.cc140 std::pair<int, int> NGramModel::GetFirstTokenMatches(uint32 token_hash) const { in GetFirstTokenMatches() function in libtextclassifier3::NGramModel
178 GetFirstTokenMatches(tokens[start_i]); in Eval()
Dngram-model.h50 std::pair<int, int> GetFirstTokenMatches(uint32 token_hash) const;