Home
last modified time | relevance | path

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

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