Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc123 NotifyWaiters(id); in SyncExecute()
280 NotifyWaiters(item->id); in NodeDone()
293 void EagerExecutor::NotifyWaiters(uint64 id) { in NotifyWaiters() function in tensorflow::EagerExecutor
Deager_executor.h198 void NotifyWaiters(uint64 id) TF_EXCLUSIVE_LOCKS_REQUIRED(node_queue_mutex_);