Home | History | Annotate | Download | only in libtextclassifier

Lines Matching refs:extract_selection_mask_feature

2438   bool extract_selection_mask_feature;
2469 extract_selection_mask_feature(false),
2548 bool extract_selection_mask_feature() const {
2699 void add_extract_selection_mask_feature(bool extract_selection_mask_feature) {
2700 fbb_.AddElement<uint8_t>(FeatureProcessorOptions::VT_EXTRACT_SELECTION_MASK_FEATURE, static_cast<uint8_t>(extract_selection_mask_feature), 0);
2788 bool extract_selection_mask_feature = false,
2839 builder_.add_extract_selection_mask_feature(extract_selection_mask_feature);
2856 bool extract_selection_mask_feature = false,
2889 extract_selection_mask_feature,
3588 { auto _e = extract_selection_mask_feature(); _o->extract_selection_mask_feature = _e; };
3629 auto _extract_selection_mask_feature = _o->extract_selection_mask_feature;