Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dcached-features.h50 int OutputFeaturesSize() const { return output_features_size_; } in OutputFeaturesSize() function
Dannotator.cc1294 features.reserve(cached_features->OutputFeaturesSize()); in ModelClassifyText()
2175 all_features.reserve(max_batch_size * cached_features.OutputFeaturesSize()); in ModelClickContextScoreChunks()
2183 const int features_size = cached_features.OutputFeaturesSize(); in ModelClickContextScoreChunks()
2286 all_features.reserve(max_batch_size * cached_features.OutputFeaturesSize()); in ModelBoundsSensitiveScoreChunks()
2294 const int features_size = cached_features.OutputFeaturesSize(); in ModelBoundsSensitiveScoreChunks()