Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dadaptive_shared_batch_scheduler.h288 size_t SchedulingCapacityLocked() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);
640 if (size > SchedulingCapacityLocked()) { in Schedule()
732 return SchedulingCapacityLocked(); in SchedulingCapacity()
736 size_t ASBSQueue<TaskType>::SchedulingCapacityLocked() const { in SchedulingCapacityLocked() function