Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Doutfeed_receiver.cc172 bool CallbackQueueNotEmpty() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in CallbackQueueNotEmpty() function in xla::OutfeedReceiverImpl
360 absl::Condition(this, &OutfeedReceiverImpl::CallbackQueueNotEmpty)); in CallbackThreadLoop()