Home
last modified time | relevance | path

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

/external/libtextclassifier/
Dfeature-processor.h299 bool AppendTokenFeaturesWithCache(const Token& token,
Dfeature-processor.cc797 if (!AppendTokenFeaturesWithCache(tokens[i], selection_span_for_feature, in ExtractFeatures()
808 if (!AppendTokenFeaturesWithCache(Token(), selection_span_for_feature, in ExtractFeatures()
933 bool FeatureProcessor::AppendTokenFeaturesWithCache( in AppendTokenFeaturesWithCache() function in libtextclassifier2::FeatureProcessor