Home
last modified time | relevance | path

Searched refs:extract_selection_mask_feature (Results 1 – 7 of 7) sorted by relevance

/external/libtextclassifier/utils/
Dtoken-feature-extractor_test.cc43 options.extract_selection_mask_feature = true; in TEST_F()
113 options.extract_selection_mask_feature = true; in TEST_F()
142 options.extract_selection_mask_feature = true; in TEST_F()
212 options.extract_selection_mask_feature = true; in TEST_F()
243 options.extract_selection_mask_feature = false; in TEST_F()
403 options.extract_selection_mask_feature = true; in TEST_F()
427 options.extract_selection_mask_feature = true; in TEST_F()
461 options.extract_selection_mask_feature = true; in TEST_F()
481 options.extract_selection_mask_feature = true; in TEST_F()
Dtoken-feature-extractor.h45 bool extract_selection_mask_feature = false; member
90 options_.extract_case_feature + options_.extract_selection_mask_feature; in DenseFeaturesCount()
Dtoken-feature-extractor.cc127 if (options_.extract_selection_mask_feature) { in ExtractDenseFeatures()
/external/libtextclassifier/actions/
Dfeature-processor.cc33 extractor_options.extract_selection_mask_feature = false; in BuildTokenFeatureExtractorOptions()
/external/libtextclassifier/annotator/
Dfeature-processor.cc67 extractor_options.extract_selection_mask_feature = in BuildTokenFeatureExtractorOptions()
68 options->extract_selection_mask_feature(); in BuildTokenFeatureExtractorOptions()
Dfeature-processor_test.cc622 options.extract_selection_mask_feature = true; in TEST_F()
Dmodel.fbs537 extract_selection_mask_feature:bool = false;