Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.h247 int TokenSpanToLabel(const TokenSpan& token_span) const;
Dfeature-processor.cc315 *label = TokenSpanToLabel({span_left, span_right}); in SpanToLabel()
323 int FeatureProcessor::TokenSpanToLabel(const TokenSpan& token_span) const { in TokenSpanToLabel() function in libtextclassifier3::FeatureProcessor