Home
last modified time | relevance | path

Searched refs:ProcessBatch (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler_benchmark_test.cc126 void ProcessBatch(std::unique_ptr<Batch<BenchmarkBatchTask>> batch);
169 ProcessBatch(std::move(batch)); in ResetState()
175 void ThroughputBenchmark::ProcessBatch( in ProcessBatch() function in tensorflow::serving::__anonb92b85230111::ThroughputBenchmark
204 void ProcessBatch(std::unique_ptr<Batch<BenchmarkBatchTask>> batch);
298 ProcessBatch(std::move(batch)); in ResetState()
310 void LatencyBenchmark::ProcessBatch( in ProcessBatch() function in tensorflow::serving::__anonb92b85230111::LatencyBenchmark
Dshared_batch_scheduler.h262 void ProcessBatch(std::unique_ptr<Batch<TaskType>> batch);
500 queue_for_batch->ProcessBatch(std::move(batch_to_process)); in ThreadLogic()
618 void Queue<TaskType>::ProcessBatch(std::unique_ptr<Batch<TaskType>> batch) { in ProcessBatch() function
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc556 void ProcessBatch(std::unique_ptr<Batch> batch) const { in ProcessBatch() function in tensorflow::BatchResource
664 ProcessBatch(std::move(batch)); in LookupOrCreateBatcherQueue()