Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler_benchmark_test.cc126 void ProcessBatch(std::unique_ptr<Batch<BenchmarkBatchTask>> batch);
165 ProcessBatch(std::move(batch)); in ResetState()
171 void ThroughputBenchmark::ProcessBatch( in ProcessBatch() function in tensorflow::serving::__anon9dfe3e810111::ThroughputBenchmark
200 void ProcessBatch(std::unique_ptr<Batch<BenchmarkBatchTask>> batch);
294 ProcessBatch(std::move(batch)); in ResetState()
306 void LatencyBenchmark::ProcessBatch( in ProcessBatch() function in tensorflow::serving::__anon9dfe3e810111::LatencyBenchmark
Dshared_batch_scheduler.h320 void ProcessBatch(std::unique_ptr<Batch<TaskType>> batch);
584 queue_for_batch->ProcessBatch(std::move(batch_to_process)); in ThreadLogic()
814 void Queue<TaskType>::ProcessBatch(std::unique_ptr<Batch<TaskType>> batch) { in ProcessBatch() function
Dbatch_resource_base.h196 void ProcessBatch(std::unique_ptr<BatchT> batch) const;
Dbatch_resource_base.cc636 void BatchResourceBase::ProcessBatch(std::unique_ptr<BatchT> batch) const { in ProcessBatch() function in tensorflow::serving::BatchResourceBase
739 ProcessBatch(std::move(batch)); in LookupOrCreateBatcherQueue()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils.h323 Status ProcessBatch(int64 batch_size, int64 num_elements, bool drop_remainder,
Dparallel_batch_dataset_op.cc225 ProcessBatch(dataset()->batch_size_, result->num_elements, in GetNextInternal()
Ddataset_utils.cc804 Status ProcessBatch(int64 batch_size, int64 num_elements, bool drop_remainder, in ProcessBatch() function
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op.cc263 ProcessBatch(dataset()->batch_size_, result->num_elements, in GetNextInternal()