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

  /external/tensorflow/tensorflow/core/kernels/
string_split_op.cc 85 int64 max_num_entries = 0; variable
92 max_num_entries = std::max(max_num_entries, n_entries);
109 sp_shape(1) = max_num_entries;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PersonalDictionaryLookup.java 73 private static final int MAX_NUM_ENTRIES = 1000;
544 while (dictWords.size() < MAX_NUM_ENTRIES && cursor.moveToNext()) {

Completed in 300 milliseconds