Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.h118 const BatcherT::QueueOptions& batcher_queue_options, in BatchResourceBase()
129 const AdaptiveBatcherT::QueueOptions& batcher_queue_options, in BatchResourceBase()
136 static BatcherT::QueueOptions GetBatcherQueueOptions(
141 static AdaptiveBatcherT::QueueOptions GetAdaptiveBatcherQueueOptions(
217 BatcherT::QueueOptions batcher_queue_options_;
221 AdaptiveBatcherT::QueueOptions adaptive_batcher_queue_options_;
Dserial_device_batch_scheduler.h106 struct QueueOptions { struct
116 Status AddQueue(const QueueOptions& options, argument
203 using QueueOptions =
204 typename SerialDeviceBatchScheduler<TaskType>::QueueOptions;
207 const QueueOptions& options);
230 const QueueOptions options_;
333 const QueueOptions& options, BatchProcessor process_batch_callback, in AddQueue()
466 const QueueOptions& options) in SDBSQueue()
Dshared_batch_scheduler_test.cc99 SharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
157 SharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
219 SharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
275 SharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
319 SharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
373 SharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
425 SharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
496 SharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
552 SharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
Dadaptive_shared_batch_scheduler.h132 struct QueueOptions { struct
163 Status AddQueue(const QueueOptions& options, argument
261 using QueueOptions =
262 typename AdaptiveSharedBatchScheduler<TaskType>::QueueOptions;
265 const QueueOptions& options);
295 const QueueOptions options_;
407 const QueueOptions& options, BatchProcessor process_batch_callback, in AddQueue()
600 const QueueOptions& options) in ASBSQueue()
Dshared_batch_scheduler.h138 struct QueueOptions { struct
199 Status AddQueue(const QueueOptions& options, argument
274 Queue(const typename SharedBatchScheduler<TaskType>::QueueOptions& options,
349 const typename SharedBatchScheduler<TaskType>::QueueOptions options_;
458 const QueueOptions& options, in AddQueue()
591 const typename SharedBatchScheduler<TaskType>::QueueOptions& options, in Queue()
Dadaptive_shared_batch_scheduler_test.cc243 AdaptiveSharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
365 AdaptiveSharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
387 AdaptiveSharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
Dbatch_resource_base.cc226 /*static*/ BatchResourceBase::BatcherT::QueueOptions
231 BatcherT::QueueOptions batcher_queue_options; in GetBatcherQueueOptions()
257 /*static*/ BatchResourceBase::AdaptiveBatcherT::QueueOptions
262 AdaptiveBatcherT::QueueOptions batcher_queue_options; in GetAdaptiveBatcherQueueOptions()
Dbasic_batch_scheduler.h316 typename SharedBatchScheduler<TaskType>::QueueOptions in Create()
Dserial_device_batch_scheduler_test.cc234 SerialDeviceBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc132 const BatcherT::QueueOptions& batcher_queue_options, in BatchResource()
144 const AdaptiveBatcherT::QueueOptions& batcher_queue_options, in BatchResource()