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

  /external/libtextclassifier/
token-feature-extractor.h 45 bool extract_selection_mask_feature = false; member in struct:libtextclassifier2::TokenFeatureExtractorOptions
90 options_.extract_case_feature + options_.extract_selection_mask_feature;
token-feature-extractor_test.cc 37 options.extract_selection_mask_feature = true;
108 options.extract_selection_mask_feature = true;
138 options.extract_selection_mask_feature = true;
209 options.extract_selection_mask_feature = true;
241 options.extract_selection_mask_feature = false;
407 options.extract_selection_mask_feature = true;
432 options.extract_selection_mask_feature = true;
467 options.extract_selection_mask_feature = true;
488 options.extract_selection_mask_feature = true;
token-feature-extractor.cc 127 if (options_.extract_selection_mask_feature) {
model_generated.h 2438 bool extract_selection_mask_feature; member in struct:libtextclassifier2::FeatureProcessorOptionsT
2548 bool extract_selection_mask_feature() const { function in struct:libtextclassifier2::FLATBUFFERS_FINAL_CLASS
    [all...]
feature-processor.cc 44 extractor_options.extract_selection_mask_feature =
45 options->extract_selection_mask_feature();
    [all...]
feature-processor_test.cc 629 options.extract_selection_mask_feature = true;
    [all...]

Completed in 155 milliseconds