Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler.h197 size_t max_execution_batch_size = 1000; member
305 size_t max_execution_batch_size() const { in max_execution_batch_size() function
691 const int max_execution_batch_size = options_.max_execution_batch_size; in ScheduleWithSplit() local
Dbasic_batch_scheduler.h260 int max_execution_batch_size = 10; member
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc86 static Status Create(int32 num_batch_threads, int32 max_execution_batch_size, in Create()