Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.h111 using AdaptiveBatcherT = variable
128 std::shared_ptr<AdaptiveBatcherT> batcher, in BatchResourceBase()
129 const AdaptiveBatcherT::QueueOptions& batcher_queue_options, in BatchResourceBase()
141 static AdaptiveBatcherT::QueueOptions GetAdaptiveBatcherQueueOptions(
220 std::shared_ptr<AdaptiveBatcherT> adaptive_batcher_;
221 AdaptiveBatcherT::QueueOptions adaptive_batcher_queue_options_;
Dbatch_resource_base.cc257 /*static*/ BatchResourceBase::AdaptiveBatcherT::QueueOptions
262 AdaptiveBatcherT::QueueOptions batcher_queue_options; in GetAdaptiveBatcherQueueOptions()
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc109 AdaptiveBatcherT::Options adaptive_shared_batch_scheduler_options, in Create()
114 std::shared_ptr<AdaptiveBatcherT> batcher; in Create()
115 TF_RETURN_IF_ERROR(AdaptiveBatcherT::Create( in Create()
143 std::shared_ptr<AdaptiveBatcherT> batcher, in BatchResource()
144 const AdaptiveBatcherT::QueueOptions& batcher_queue_options, in BatchResource()