Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dshared_batch_scheduler.h146 struct QueueOptions { struct
152 size_t input_batch_size_limit = 1000;
166 int64_t batch_timeout_micros = 0;
176 size_t max_enqueued_batches = 10;
183 bool enable_large_batch_splitting = false;
222 Status AddQueue(const QueueOptions& options, argument
H A Dadaptive_shared_batch_scheduler.h143 struct QueueOptions { struct
146 int max_batch_size = 1000;
151 absl::optional<int> max_input_task_size = absl::nullopt;
176 Status AddQueue(const QueueOptions& options, argument
H A Dserial_device_batch_scheduler.h106 struct QueueOptions { struct
116 Status AddQueue(const QueueOptions& options, argument
H A Dshared_batch_scheduler_test.cc59 using QueueOptions = Scheduler::QueueOptions; typedef