Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.h110 using BatcherT = SharedBatchScheduler<BatchResourceBase::BatchTask>; variable
117 std::shared_ptr<BatcherT> batcher, in BatchResourceBase()
118 const BatcherT::QueueOptions& batcher_queue_options, in BatchResourceBase()
136 static BatcherT::QueueOptions GetBatcherQueueOptions(
216 std::shared_ptr<BatcherT> batcher_;
217 BatcherT::QueueOptions batcher_queue_options_;
Dbatch_resource_base.cc226 /*static*/ BatchResourceBase::BatcherT::QueueOptions
231 BatcherT::QueueOptions batcher_queue_options; in GetBatcherQueueOptions()
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc93 BatcherT::Options batcher_options; in Create()
95 std::shared_ptr<BatcherT> batcher; in Create()
96 TF_RETURN_IF_ERROR(BatcherT::Create(batcher_options, &batcher)); in Create()
131 FunctionLibraryRuntime* flib, std::shared_ptr<BatcherT> batcher, in BatchResource()
132 const BatcherT::QueueOptions& batcher_queue_options, in BatchResource()