Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler.h228 shared_scheduler_queue_options; in Create() local
229 shared_scheduler_queue_options.max_batch_size = options.max_batch_size; in Create()
230 shared_scheduler_queue_options.batch_timeout_micros = in Create()
232 shared_scheduler_queue_options.max_enqueued_batches = in Create()
235 TF_RETURN_IF_ERROR(shared_scheduler->AddQueue(shared_scheduler_queue_options, in Create()