Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.h239 bool LabelToSpan(int label, const VectorSpan<Token>& output_tokens,
Dfeature-processor.cc198 bool FeatureProcessor::LabelToSpan(const int label, in LabelToSpan() function in libtextclassifier3::FeatureProcessor
478 if (!LabelToSpan(i, tokens, &span)) { in SelectionLabelSpans()