HomeSort by relevance Sort by last modified time
    Searched refs:ReadSelectionModelOptions (Results 1 - 4 of 4) sorted by null

  /external/libtextclassifier/smartselect/
text-classification-model.h 127 bool ReadSelectionModelOptions(int fd, ModelOptions* model_options);
text-classification-model.cc 209 bool ReadSelectionModelOptions(int fd, ModelOptions* model_options) {
  /external/libtextclassifier/
textclassifier_jni.cc 224 if (ReadSelectionModelOptions(fd, &model_options)) {
236 if (ReadSelectionModelOptions(fd, &model_options)) {
  /external/libtextclassifier/tests/
text-classification-model_test.cc 38 ASSERT_TRUE(ReadSelectionModelOptions(fd, &model_options));

Completed in 320 milliseconds