Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.h579 std::vector<Token> CopyCachedTokens(const std::vector<Token>& cached_tokens,
Dannotator.cc1356 std::vector<Token> CopyCachedTokens(const std::vector<Token>& cached_tokens, in CopyCachedTokens() function
1467 *tokens = internal::CopyCachedTokens(cached_tokens, selection_indices, in ModelClassifyText()