HomeSort by relevance Sort by last modified time
    Searched defs:click_pos (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/tests/
feature-processor_test.cc 393 int click_pos; local
405 &click_pos, &cached_features));
411 &click_pos, &cached_features));
416 "??? ??? eee", {4, 7}, {0, 0}, feature_fn, 2, &tokens, &click_pos,
  /external/libtextclassifier/smartselect/
text-classification-model.cc 240 int click_pos; local
247 &click_pos, &cached_features)) {
254 if (!cached_features->Get(click_pos, &features, &output_tokens)) {

Completed in 55 milliseconds