Home
last modified time | relevance | path

Searched refs:full_batch_scheduling_boost_micros (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dserial_device_batch_scheduler.h83 int64 full_batch_scheduling_boost_micros = 0; member
281 if (options.full_batch_scheduling_boost_micros < 0) { in Create()
284 options.full_batch_scheduling_boost_micros); in Create()
390 options_.full_batch_scheduling_boost_micros * (*best_it)->size() / in ProcessBatches()
395 options_.full_batch_scheduling_boost_micros * (*it)->size() / in ProcessBatches()
Dadaptive_shared_batch_scheduler.h113 int64 full_batch_scheduling_boost_micros = 0; member
360 if (options.full_batch_scheduling_boost_micros < 0) { in Create()
363 options.full_batch_scheduling_boost_micros); in Create()
481 options_.full_batch_scheduling_boost_micros * (*it)->size() / in MaybeScheduleNextBatch()
Dserial_device_batch_scheduler_test.cc206 options.full_batch_scheduling_boost_micros = 10; in TEST()
351 options.full_batch_scheduling_boost_micros = 1000; in TEST()
Dadaptive_shared_batch_scheduler_test.cc213 options.full_batch_scheduling_boost_micros = 100; in TEST()