Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dcached-features.h50 int OutputFeaturesSize() const { return output_features_size_; } in OutputFeaturesSize() function
Dannotator.cc1538 features.reserve(cached_features->OutputFeaturesSize()); in ModelClassifyText()
2994 all_features.reserve(max_batch_size * cached_features.OutputFeaturesSize()); in ModelClickContextScoreChunks()
3002 const int features_size = cached_features.OutputFeaturesSize(); in ModelClickContextScoreChunks()
3103 all_features.reserve(max_batch_size * cached_features.OutputFeaturesSize()); in ModelBoundsSensitiveScoreChunks()
3111 const int features_size = cached_features.OutputFeaturesSize(); in ModelBoundsSensitiveScoreChunks()