Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dserial_device_batch_scheduler.h179 int64 batch_latency_sum_ = 0; variable
414 batch_latency_sum_ += end_time - start_time; in ProcessBatches()
428 batch_latency_sum_ / batch_count_ / in_flight_batches_limit_; in ProcessBatches()
454 batch_latency_sum_ = 0; in ProcessBatches()
Dadaptive_shared_batch_scheduler.h235 int64 batch_latency_sum_ TF_GUARDED_BY(mu_) = 0;
554 batch_latency_sum_ += end_time - start_time; in CallbackWrapper()
560 double current_avg_latency_ms = (batch_latency_sum_ / 1000.) / batch_count_; in CallbackWrapper()
589 batch_latency_sum_ = 0; in CallbackWrapper()