Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dserial_device_batch_scheduler.h369 const double kMaxNoBatchRatio = .1; in ProcessBatches() local
422 if (no_batch_count_ < kMaxNoBatchRatio * batch_count_) { in ProcessBatches()