Searched defs:max_execution_batch_size (Results 1 – 3 of 3) sorted by relevance
197 size_t max_execution_batch_size = 1000; member305 size_t max_execution_batch_size() const { in max_execution_batch_size() function691 const int max_execution_batch_size = options_.max_execution_batch_size; in ScheduleWithSplit() local
260 int max_execution_batch_size = 10; member
86 static Status Create(int32 num_batch_threads, int32 max_execution_batch_size, in Create()