Searched refs:RoundToLowestAllowedBatchSize (Results 1 – 2 of 2) sorted by relevance
165 int RoundToLowestAllowedBatchSize(int batch_size) const;
302 int BatchResourceBase::RoundToLowestAllowedBatchSize(int batch_size) const { in RoundToLowestAllowedBatchSize() function in tensorflow::serving::BatchResourceBase324 const int padded_batch_size = RoundToLowestAllowedBatchSize(batch.size()); in ConcatInputTensors()491 RoundToLowestAllowedBatchSize(batch->size()) - batch->size(); in SplitOutputTensors()