Home
last modified time | relevance | path

Searched refs:LabelToTokenSpan (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/smartselect/
Dfeature-processor.h117 bool LabelToTokenSpan(int label, TokenSpan* token_span) const;
Dfeature-processor.cc216 if (!LabelToTokenSpan(label, &token_span)) { in LabelToSpan()
236 bool FeatureProcessor::LabelToTokenSpan(const int label, in LabelToTokenSpan() function in libtextclassifier::FeatureProcessor
/external/libtextclassifier/tests/
Dfeature-processor_test.cc232 feature_processor.LabelToTokenSpan(label, &token_span); in TEST()
260 feature_processor3.LabelToTokenSpan(label2, &token_span); in TEST()