Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h141 Status WaitForAllPendingNodes();
Dcontext.cc373 entry.second->WaitForAllPendingNodes().IgnoreError(); in ClearCachesAndThreadExecutors()
383 default_executor_.WaitForAllPendingNodes().IgnoreError(); in ClearCachesAndDefaultExecutor()
795 sg.Update(default_executor_.WaitForAllPendingNodes()); in SyncExecutors()
805 sg.Update(entry.second->WaitForAllPendingNodes()); in SyncExecutors()
Deager_executor.cc176 tensorflow::Status EagerExecutor::WaitForAllPendingNodes() { in WaitForAllPendingNodes() function in tensorflow::EagerExecutor
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc242 s.Update(new_executor->WaitForAllPendingNodes()); in DoCallPyFunc()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc589 s = executor.WaitForAllPendingNodes(); in Enqueue()
615 return context->Context()->Executor().WaitForAllPendingNodes(); in WaitQueueDone()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc529 status->status = executor->executor()->WaitForAllPendingNodes(); in TFE_ExecutorWaitForAllPendingNodes()