Home
last modified time | relevance | path

Searched refs:AppendClickContextFeaturesForClick (Results 1 – 5 of 5) sorted by relevance

/external/libtextclassifier/annotator/
Dcached-features.h41 void AppendClickContextFeaturesForClick(
Dcached-features_test.cc53 cached_features.AppendClickContextFeaturesForClick(click_pos, in GetCachedClickContextFeatures()
Dcached-features.cc86 void CachedFeatures::AppendClickContextFeaturesForClick( in AppendClickContextFeaturesForClick() function in libtextclassifier3::CachedFeatures
Dannotator.cc1299 cached_features->AppendClickContextFeaturesForClick(click_pos, &features); in ModelClassifyText()
2177 cached_features.AppendClickContextFeaturesForClick(click_pos, in ModelClickContextScoreChunks()
Dfeature-processor_test.cc642 cached_features->AppendClickContextFeaturesForClick(1, &features); in TEST_F()