Searched refs:cached_tokens (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/native/annotator/ |
D | annotator.h | 267 const std::vector<Token>& cached_tokens, 277 const std::vector<Token>& cached_tokens, 302 const std::string& context, const std::vector<Token>& cached_tokens, 318 const std::vector<Token>& cached_tokens, 579 std::vector<Token> CopyCachedTokens(const std::vector<Token>& cached_tokens,
|
D | annotator.cc | 1054 const std::vector<Token>& cached_tokens, in ResolveConflicts() argument 1067 if (!ResolveConflict(context, cached_tokens, candidates, in ResolveConflicts() 1133 const std::string& context, const std::vector<Token>& cached_tokens, in ResolveConflict() argument 1156 if (!ModelClassifyText(context, cached_tokens, detected_text_language_tags, in ResolveConflict() 1356 std::vector<Token> CopyCachedTokens(const std::vector<Token>& cached_tokens, in CopyCachedTokens() argument 1360 cached_tokens.begin(), cached_tokens.end(), selection_indices.first, in CopyCachedTokens() 1365 cached_tokens.begin(), cached_tokens.end(), selection_indices.second, in CopyCachedTokens() 1372 static_cast<int64>((first_selection_token - cached_tokens.begin()) - in CopyCachedTokens() 1375 static_cast<int64>(cached_tokens.size()), in CopyCachedTokens() 1376 static_cast<int64>((last_selection_token - cached_tokens.begin()) + in CopyCachedTokens() [all …]
|