Home | History | Annotate | Download | only in libtextclassifier

Lines Matching defs:max_batch_size

1386   const int max_batch_size = model_->selection_options()->batch_size();
1391 batch_start < span_of_interest.second; batch_start += max_batch_size) {
1393 std::min(batch_start + max_batch_size, span_of_interest.second);
1397 all_features.reserve(max_batch_size * cached_features.OutputFeaturesSize());
1497 const int max_batch_size = model_->selection_options()->batch_size();
1502 batch_start += max_batch_size) {
1503 const int batch_end = std::min(batch_start + max_batch_size,
1508 all_features.reserve(max_batch_size * cached_features.OutputFeaturesSize());