Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h123 Status WaitForAllPendingNodes();
Deager_executor.cc163 tensorflow::Status EagerExecutor::WaitForAllPendingNodes() { in WaitForAllPendingNodes() function in tensorflow::EagerExecutor
Dcontext.cc259 entry.second->WaitForAllPendingNodes().IgnoreError(); in ClearCachesAndThreadExecutors()
269 default_executor_.WaitForAllPendingNodes().IgnoreError(); in ClearCachesAndDefaultExecutor()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc235 s.Update(new_executor->WaitForAllPendingNodes()); in DoCallPyFunc()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc608 status->status = executor->executor()->WaitForAllPendingNodes(); in TFE_ExecutorWaitForAllPendingNodes()
Dc_api.cc1568 status->status = context->Executor().WaitForAllPendingNodes(); in TFE_ContextExportRunMetadata()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc460 return context->Context()->Executor().WaitForAllPendingNodes(); in WaitQueueDone()