HomeSort by relevance Sort by last modified time
    Searched refs:ProcessBatch (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/batching_util/
basic_batch_scheduler_benchmark_test.cc 126 void ProcessBatch(std::unique_ptr<Batch<BenchmarkBatchTask>> batch);
169 ProcessBatch(std::move(batch));
175 void ThroughputBenchmark::ProcessBatch(
204 void ProcessBatch(std::unique_ptr<Batch<BenchmarkBatchTask>> batch);
298 ProcessBatch(std::move(batch));
310 void LatencyBenchmark::ProcessBatch(
shared_batch_scheduler.h 261 void ProcessBatch(std::unique_ptr<Batch<TaskType>> batch);
319 // Incremented in ScheduleBatch() and decremented in ProcessBatch().
324 // When ProcessBatch() dequeues the last batch and makes the queue empty, if
499 queue_for_batch->ProcessBatch(std::move(batch_to_process));
617 void Queue<TaskType>::ProcessBatch(std::unique_ptr<Batch<TaskType>> batch) {
644 // Arrange for ProcessBatch() to notify when the queue becomes empty.
  /external/tensorflow/tensorflow/core/kernels/
batch_kernels.cc 318 void ProcessBatch(std::unique_ptr<Batch> batch) const {
480 ProcessBatch(std::move(batch));
    [all...]

Completed in 582 milliseconds