Searched refs:OutputFeaturesSize (Results 1 – 2 of 2) sorted by relevance
50 int OutputFeaturesSize() const { return output_features_size_; } in OutputFeaturesSize() function
1538 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()