Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler.h333 bool IsEmptyInternal() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);
609 DCHECK(IsEmptyInternal()); in ~Queue()
827 if (empty_notification_ != nullptr && IsEmptyInternal()) { in ProcessBatch()
836 return IsEmptyInternal(); in IsEmpty()
845 if (IsEmptyInternal()) { in CloseAndWaitUntilEmpty()
856 bool Queue<TaskType>::IsEmptyInternal() const { in IsEmptyInternal() function