Home
last modified time | relevance | path

Searched defs:process_batch_callback (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler_benchmark_test.cc163 auto process_batch_callback = in ResetState() local
292 auto process_batch_callback = in ResetState() local
Dbasic_batch_scheduler.h299 std::function<void(std::unique_ptr<Batch<TaskType>>)> in Create()
Dshared_batch_scheduler.h459 std::function<void(std::unique_ptr<Batch<TaskType>>)> in AddQueue()
592 Env* env, ProcessBatchCallback process_batch_callback, in Queue()
Dserial_device_batch_scheduler.h333 const QueueOptions& options, BatchProcessor process_batch_callback, in AddQueue()
Dadaptive_shared_batch_scheduler.h407 const QueueOptions& options, BatchProcessor process_batch_callback, in AddQueue()
Dbatch_resource_base.cc737 auto process_batch_callback = [this](std::unique_ptr<BatchT> batch) { in LookupOrCreateBatcherQueue() local