Home
last modified time | relevance | path

Searched defs:max_execution_batch_size (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dshared_batch_scheduler.h220 size_t max_execution_batch_size = 1000; member
345 size_t max_execution_batch_size() const { return max_execution_batch_size_; } in max_execution_batch_size() function
814 const int max_execution_batch_size = options_.max_execution_batch_size; in ScheduleWithLazySplit() local
H A Dshared_batch_scheduler_test.cc116 QueueOptions CreateQueueOptions(size_t max_execution_batch_size, in CreateQueueOptions()
138 QueueOptions CreateQueueOptions(size_t max_execution_batch_size, in CreateQueueOptions()
848 const size_t max_execution_batch_size = 64; in CreateQueues() local
H A Dbasic_batch_scheduler.h266 int max_execution_batch_size = 10; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_kernels.cc134 int32_t max_execution_batch_size, in Create()