Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc66 return WaitImpl(false, node_id); in WaitFor()
70 return WaitImpl(true, 0); in WaitForAllPendingNodes()
73 tensorflow::Status EagerExecutor::WaitImpl(bool wait_all, in WaitImpl() function in tensorflow::EagerExecutor
Deager_executor.h104 Status WaitImpl(bool wait_all, uint64 node_id);