Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h89 Status WaitForAllPendingNodes();
Dcontext.cc136 return executor_.WaitForAllPendingNodes(); in SetAsyncForThread()
146 TF_RETURN_IF_ERROR(executor_.WaitForAllPendingNodes()); in ClearCaches()
217 executor_.WaitForAllPendingNodes().IgnoreError(); in ~EagerContext()
Deager_executor.cc69 tensorflow::Status EagerExecutor::WaitForAllPendingNodes() { in WaitForAllPendingNodes() function in tensorflow::EagerExecutor
Dcontext.h128 Status AsyncWait() { return executor_.WaitForAllPendingNodes(); } in AsyncWait()