Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dfeature-processor_test.cc319 feature_processor.LabelToTokenSpan(label, &token_span); in TEST_F()
355 feature_processor3.LabelToTokenSpan(label2, &token_span); in TEST_F()
393 feature_processor.LabelToTokenSpan(label, &token_span); in TEST_F()
429 feature_processor3.LabelToTokenSpan(label2, &token_span); in TEST_F()
Dfeature-processor.h115 bool LabelToTokenSpan(int label, TokenSpan* token_span) const;
Dfeature-processor.cc208 if (!LabelToTokenSpan(label, &token_span)) { in LabelToSpan()
250 bool FeatureProcessor::LabelToTokenSpan(const int label, in LabelToTokenSpan() function in libtextclassifier3::FeatureProcessor
Dannotator.cc2206 if (!selection_feature_processor_->LabelToTokenSpan( in ModelClickContextScoreChunks()