OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:label_to_selection_
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/smartselect/
feature-processor.h
120
int GetSelectionLabelCount() const { return
label_to_selection_
.size(); }
247
std::vector<TokenSpan>
label_to_selection_
;
member in class:libtextclassifier::FeatureProcessor
feature-processor.cc
238
if (label >= 0 && label <
label_to_selection_
.size()) {
239
*token_span =
label_to_selection_
[label];
426
for (int i = 0; i <
label_to_selection_
.size(); ++i) {
534
label_to_selection_
.push_back(token_span);
Completed in 508 milliseconds