Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.h287 bool AppendTokenFeaturesWithCache(
Dfeature-processor.cc799 if (!AppendTokenFeaturesWithCache(tokens[i], selection_span_for_feature, in ExtractFeatures()
810 if (!AppendTokenFeaturesWithCache(Token(), selection_span_for_feature, in ExtractFeatures()
828 bool FeatureProcessor::AppendTokenFeaturesWithCache( in AppendTokenFeaturesWithCache() function in libtextclassifier3::FeatureProcessor