Home
last modified time | relevance | path

Searched refs:extraction_span_ (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/annotator/
Dcached-features.cc75 cached_features->extraction_span_ = extraction_span; in Create()
88 click_pos -= extraction_span_.first; in AppendClickContextFeaturesForClick()
93 /*read_mask_span=*/{0, extraction_span_.Size()}, output_features); in AppendClickContextFeaturesForClick()
101 selected_span.first -= extraction_span_.first; in AppendBoundsSensitiveFeaturesForSpan()
102 selected_span.second -= extraction_span_.first; in AppendBoundsSensitiveFeaturesForSpan()
121 {selected_span.first, extraction_span_.Size()}, output_features); in AppendBoundsSensitiveFeaturesForSpan()
Dcached-features.h74 TokenSpan extraction_span_; variable