Home
last modified time | relevance | path

Searched refs:AppendFeatures (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/actions/
Dfeature-processor.cc80 bool ActionsFeatureProcessor::AppendFeatures( in AppendFeatures() function in libtextclassifier3::ActionsFeatureProcessor
116 return AppendFeatures(sparse_features, dense_features, embedding_executor, in AppendTokenFeatures()
Dfeature-processor.h43 bool AppendFeatures(const std::vector<int>& sparse_features,
Dactions-suggestions.cc469 return feature_processor_->AppendFeatures( in EmbedTokenId()