HomeSort by relevance Sort by last modified time
    Searched refs:TokenSpanToLabel (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/smartselect/
feature-processor.h 193 int TokenSpanToLabel(const std::pair<TokenIndex, TokenIndex>& span) const;
feature-processor.cc 288 *label = TokenSpanToLabel({span_left, span_right});
296 int FeatureProcessor::TokenSpanToLabel(const TokenSpan& span) const {

Completed in 141 milliseconds