Searched refs:WaitForAllPendingNodes (Results 1 – 4 of 4) sorted by relevance
89 Status WaitForAllPendingNodes();
136 return executor_.WaitForAllPendingNodes(); in SetAsyncForThread()146 TF_RETURN_IF_ERROR(executor_.WaitForAllPendingNodes()); in ClearCaches()217 executor_.WaitForAllPendingNodes().IgnoreError(); in ~EagerContext()
69 tensorflow::Status EagerExecutor::WaitForAllPendingNodes() { in WaitForAllPendingNodes() function in tensorflow::EagerExecutor
128 Status AsyncWait() { return executor_.WaitForAllPendingNodes(); } in AsyncWait()