Home
last modified time | relevance | path

Searched refs:LabelToTokenSpan (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/annotator/
Dfeature-processor_test.cc391 feature_processor.LabelToTokenSpan(label, &token_span); in TEST_F()
427 feature_processor3.LabelToTokenSpan(label2, &token_span); in TEST_F()
465 feature_processor.LabelToTokenSpan(label, &token_span); in TEST_F()
501 feature_processor3.LabelToTokenSpan(label2, &token_span); in TEST_F()
Dfeature-processor.h130 bool LabelToTokenSpan(int label, TokenSpan* token_span) const;
Dfeature-processor.cc206 if (!LabelToTokenSpan(label, &token_span)) { in LabelToSpan()
248 bool FeatureProcessor::LabelToTokenSpan(const int label, in LabelToTokenSpan() function in libtextclassifier3::FeatureProcessor
Dannotator.cc3025 if (!selection_feature_processor_->LabelToTokenSpan( in ModelClickContextScoreChunks()