Searched refs:QueueOptions (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | batch_resource_base.h | 118 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_;
|
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 | 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 | adaptive_shared_batch_scheduler.h | 132 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()
|
D | shared_batch_scheduler.h | 138 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()
|
D | adaptive_shared_batch_scheduler_test.cc | 243 AdaptiveSharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST() 365 AdaptiveSharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST() 387 AdaptiveSharedBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
|
D | batch_resource_base.cc | 226 /*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()
|
D | basic_batch_scheduler.h | 316 typename SharedBatchScheduler<TaskType>::QueueOptions in Create()
|
D | serial_device_batch_scheduler_test.cc | 234 SerialDeviceBatchScheduler<FakeTask>::QueueOptions queue_options; in TEST()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_kernels.cc | 132 const BatcherT::QueueOptions& batcher_queue_options, in BatchResource() 144 const AdaptiveBatcherT::QueueOptions& batcher_queue_options, in BatchResource()
|