Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc222 new_resource->batcher_queue_options_.max_batch_size = max_batch_size; in Create()
223 new_resource->batcher_queue_options_.max_enqueued_batches = in Create()
225 new_resource->batcher_queue_options_.batch_timeout_micros = in Create()
669 TF_RETURN_IF_ERROR(batcher_->AddQueue(batcher_queue_options_, in LookupOrCreateBatcherQueue()
678 Batcher::QueueOptions batcher_queue_options_; member in tensorflow::BatchResource