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.h278 bool IsEmptyInternal() const EXCLUSIVE_LOCKS_REQUIRED(mu_);
521 DCHECK(IsEmptyInternal()); in ~Queue()
624 if (empty_notification_ != nullptr && IsEmptyInternal()) { in ProcessBatch()
633 return IsEmptyInternal(); in IsEmpty()
642 if (IsEmptyInternal()) { in CloseAndWaitUntilEmpty()
653 bool Queue<TaskType>::IsEmptyInternal() const { in IsEmptyInternal() function