Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dserial_device_batch_scheduler.h176 int64 pending_sum_ = 0; variable
415 pending_sum_ += options_.get_pending_on_serial_device(); in ProcessBatches()
423 double avg_pending = pending_sum_ / static_cast<double>(batch_count_); in ProcessBatches()
453 pending_sum_ = 0; in ProcessBatches()