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

  /external/libtextclassifier/smartselect/
feature-processor.h 117 bool LabelToTokenSpan(int label, TokenSpan* token_span) const;
feature-processor.cc 216 if (!LabelToTokenSpan(label, &token_span)) {
236 bool FeatureProcessor::LabelToTokenSpan(const int label,
  /external/libtextclassifier/tests/
feature-processor_test.cc 232 feature_processor.LabelToTokenSpan(label, &token_span);
260 feature_processor3.LabelToTokenSpan(label2, &token_span);

Completed in 67 milliseconds