Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.h165 int RoundToLowestAllowedBatchSize(int batch_size) const;
Dbatch_resource_base.cc302 int BatchResourceBase::RoundToLowestAllowedBatchSize(int batch_size) const { in RoundToLowestAllowedBatchSize() function in tensorflow::serving::BatchResourceBase
324 const int padded_batch_size = RoundToLowestAllowedBatchSize(batch.size()); in ConcatInputTensors()
491 RoundToLowestAllowedBatchSize(batch->size()) - batch->size(); in SplitOutputTensors()