Home
last modified time | relevance | path

Searched defs:ProcessBatch (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler_benchmark_test.cc171 void ThroughputBenchmark::ProcessBatch( in ProcessBatch() function in tensorflow::serving::__anon5d4b58ba0111::ThroughputBenchmark
306 void LatencyBenchmark::ProcessBatch( in ProcessBatch() function in tensorflow::serving::__anon5d4b58ba0111::LatencyBenchmark
Dshared_batch_scheduler.h814 void Queue<TaskType>::ProcessBatch(std::unique_ptr<Batch<TaskType>> batch) { in ProcessBatch() function
Dbatch_resource_base.cc636 void BatchResourceBase::ProcessBatch(std::unique_ptr<BatchT> batch) const { in ProcessBatch() function in tensorflow::serving::BatchResourceBase
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils.cc804 Status ProcessBatch(int64 batch_size, int64 num_elements, bool drop_remainder, in ProcessBatch() function