Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbasic_batch_scheduler_benchmark_test.cc137 void ProcessBatch(std::unique_ptr<Batch<BenchmarkBatchTask>> batch) { in ProcessBatch() function in tensorflow::serving::__anon152aa2b00111::ThroughputBenchmark
252 void LatencyBenchmark::ProcessBatch( in ProcessBatch() function in tensorflow::serving::__anon152aa2b00111::LatencyBenchmark
H A Dshared_batch_scheduler.h1075 void Queue<TaskType>::ProcessBatch(std::unique_ptr<Batch<TaskType>> batch) { in ProcessBatch() function
H A Dbatch_resource_base.cc759 void BatchResourceBase::ProcessBatch(std::unique_ptr<BatchT> batch) const { in ProcessBatch() function in tensorflow::serving::BatchResourceBase
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset_utils.cc696 Status ProcessBatch(int64_t batch_size, int64_t num_elements, in ProcessBatch() function