Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbasic_batch_scheduler.h323 shared_scheduler_queue_options; in Create() local
324 shared_scheduler_queue_options.input_batch_size_limit = in Create()
326 shared_scheduler_queue_options.batch_timeout_micros = in Create()
328 shared_scheduler_queue_options.max_enqueued_batches = in Create()
330 shared_scheduler_queue_options.enable_large_batch_splitting = in Create()
332 shared_scheduler_queue_options.split_input_task_func = in Create()
334 shared_scheduler_queue_options.enable_lazy_split = options.enable_lazy_split; in Create()
335 shared_scheduler_queue_options.max_execution_batch_size = in Create()
338 TF_RETURN_IF_ERROR(shared_scheduler->AddQueue(shared_scheduler_queue_options, in Create()