Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util.h338 bool ElementAvailable() TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);
Dsnapshot_util.cc968 mu_.Await(tensorflow::Condition(this, &AsyncWriter::ElementAvailable)); in Consume()
973 bool AsyncWriter::ElementAvailable() { return !deque_.empty(); } in ElementAvailable() function in tensorflow::data::snapshot_util::AsyncWriter