Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dserial_device_batch_scheduler.h538 const int current_batch_capacity = in SchedulingCapacity() local
542 return spare_batches * options_.max_batch_size + current_batch_capacity; in SchedulingCapacity()
Dadaptive_shared_batch_scheduler.h737 const int current_batch_capacity = in SchedulingCapacityLocked() local
741 return spare_batches * options_.max_batch_size + current_batch_capacity; in SchedulingCapacityLocked()