Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
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()
Dadaptive_shared_batch_scheduler.h123 struct QueueOptions { struct
137 Status AddQueue(const QueueOptions& options, argument
234 using QueueOptions =
235 typename AdaptiveSharedBatchScheduler<TaskType>::QueueOptions;
238 const QueueOptions& options);
261 const QueueOptions options_;
365 const QueueOptions& options, BatchProcessor process_batch_callback, in AddQueue()
527 const QueueOptions& options) in ASBSQueue()
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()
Dshared_batch_scheduler.h132 struct QueueOptions { struct
162 Status AddQueue(const QueueOptions& options, argument
233 Queue(const typename SharedBatchScheduler<TaskType>::QueueOptions& options,
288 const typename SharedBatchScheduler<TaskType>::QueueOptions options_;
393 const QueueOptions& options, in AddQueue()
507 const typename SharedBatchScheduler<TaskType>::QueueOptions& options, in Queue()
Dbasic_batch_scheduler.h227 typename SharedBatchScheduler<TaskType>::QueueOptions in Create()
Dadaptive_shared_batch_scheduler_test.cc235 AdaptiveSharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
Dserial_device_batch_scheduler_test.cc234 SerialDeviceBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc678 Batcher::QueueOptions batcher_queue_options_;