Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dadaptive_shared_batch_scheduler.h106 int64 min_in_flight_batches_limit = 1; member
350 if (options.min_in_flight_batches_limit < 1) { in Create()
353 options.min_in_flight_batches_limit); in Create()
355 if (options.min_in_flight_batches_limit > options.num_batch_threads) { in Create()
357 "min_in_flight_batches_limit (", options.min_in_flight_batches_limit, in Create()
373 options.min_in_flight_batches_limit) { in Create()
377 options.min_in_flight_batches_limit, ")"); in Create()
585 static_cast<double>(options_.min_in_flight_batches_limit)); in CallbackWrapper()
Dadaptive_shared_batch_scheduler_test.cc87 options.min_in_flight_batches_limit = 0; in TEST()
90 options.min_in_flight_batches_limit = 5; in TEST()
95 options.min_in_flight_batches_limit = 2; in TEST()
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc281 adaptive_shared_batch_scheduler_options.min_in_flight_batches_limit = in ComputeAsync()
282 adaptive_batch_scheduler_options_->min_in_flight_batches_limit; in ComputeAsync()
440 int64 min_in_flight_batches_limit; member