Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.cc53 bool notify_no_longer_full = !BufNotFull(); in YieldOne()
176 while (!BufNotFull()) { in Add()
179 while (BufNotFull() && !values->empty()) { in Add()
Drecord_yielder.h137 bool BufNotFull() const SHARED_LOCKS_REQUIRED(mu_) { in BufNotFull() function