Searched refs:QueueOptions (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | serial_device_batch_scheduler.h | 106 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()
|
D | adaptive_shared_batch_scheduler.h | 123 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()
|
D | shared_batch_scheduler_test.cc | 99 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()
|
D | shared_batch_scheduler.h | 132 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()
|
D | basic_batch_scheduler.h | 227 typename SharedBatchScheduler<TaskType>::QueueOptions in Create()
|
D | adaptive_shared_batch_scheduler_test.cc | 235 AdaptiveSharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
|
D | serial_device_batch_scheduler_test.cc | 234 SerialDeviceBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_kernels.cc | 678 Batcher::QueueOptions batcher_queue_options_;
|