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

  /external/libtextclassifier/utils/
token-feature-extractor.h 45 bool extract_selection_mask_feature = false; member in struct:libtextclassifier3::TokenFeatureExtractorOptions
90 options_.extract_case_feature + options_.extract_selection_mask_feature;
token-feature-extractor_test.cc 43 options.extract_selection_mask_feature = true;
113 options.extract_selection_mask_feature = true;
142 options.extract_selection_mask_feature = true;
212 options.extract_selection_mask_feature = true;
243 options.extract_selection_mask_feature = false;
403 options.extract_selection_mask_feature = true;
427 options.extract_selection_mask_feature = true;
461 options.extract_selection_mask_feature = true;
481 options.extract_selection_mask_feature = true;
token-feature-extractor.cc 127 if (options_.extract_selection_mask_feature) {
  /external/libtextclassifier/actions/
feature-processor.cc 33 extractor_options.extract_selection_mask_feature = false;
  /external/libtextclassifier/annotator/
feature-processor.cc 67 extractor_options.extract_selection_mask_feature =
68 options->extract_selection_mask_feature();
feature-processor_test.cc 622 options.extract_selection_mask_feature = true;
    [all...]

Completed in 304 milliseconds