Searched refs:BatcherT (Results 1 – 3 of 3) sorted by relevance
110 using BatcherT = SharedBatchScheduler<BatchResourceBase::BatchTask>; variable117 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_;
226 /*static*/ BatchResourceBase::BatcherT::QueueOptions231 BatcherT::QueueOptions batcher_queue_options; in GetBatcherQueueOptions()
93 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()